Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joebuschmann/23072d552bf740e5d3d2 to your computer and use it in GitHub Desktop.

Select an option

Save joebuschmann/23072d552bf740e5d3d2 to your computer and use it in GitHub Desktop.
When using numeric identifiers in Gherkin - code this
Background:
Given I have the following products
| Id | Name |
| 45 | Galaxy S5 |
| 46 | iPhone 6 |
| 47 | Nokia Icon |
Scenario: Update price
When I select the Nokia Icon
And update the price to $199.00
Then the price should be saved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment