Skip to content

Instantly share code, notes, and snippets.

@bsommardahl
Created February 9, 2017 19:56
Show Gist options
  • Save bsommardahl/648ac19ad9a1b70522eb6c4147641b75 to your computer and use it in GitHub Desktop.
Save bsommardahl/648ac19ad9a1b70522eb6c4147641b75 to your computer and use it in GitHub Desktop.
Feature: Test #6: Gherkin code in more than one list
List 1 With Generic Name
List 2 With Another Generic Name
Scenario: Cow gives milk willingly
GIVEN a cow
WHEN I milk it
THEN I get milk
Scenario: Cow refuses
GIVEN a cow
WHEN I milk it
AND the cow doesn't like it
THEN I get kicked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment