Open rvowles opened 5 years ago
@rvowles the first row of Examples:
in Scenario Outline is used as a keyword for replacing values.
https://cucumber.io/docs/gherkin/reference/#:~:text=A%20Scenario%20Outline%20must%20contain,counting%20the%20first%20header%20row).
Background: some thing Given: I create a thing called ""
Scenario Outline...
Examples: | whatever | | sausage |
whatever is not available to the background