You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
This came from a discussion with Matt Wynne about when using an scenario outline, does each example group need to have a header row?
The answer is yes, but if you forget to do this, Gherkin doesn't complain. As the example below shows, the row in the second example group is being treated as a header row, so the second example group is effectively empty.
I can't think of any valid situation where you would need different header rows in each group, so I think Gherkin should report an error if the header rows in each group differ.
okay something me agree with you, for gherkin error with example, but there are of not give example for opening issue can resolve, our can ask they problem, thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This came from a discussion with Matt Wynne about when using an scenario outline, does each example group need to have a header row?
The answer is yes, but if you forget to do this, Gherkin doesn't complain. As the example below shows, the row in the second example group is being treated as a header row, so the second example group is effectively empty.
I can't think of any valid situation where you would need different header rows in each group, so I think Gherkin should report an error if the header rows in each group differ.
The text was updated successfully, but these errors were encountered: