Skip to content

Instantly share code, notes, and snippets.

@joebuschmann
Created October 17, 2014 13:35
Show Gist options
  • Save joebuschmann/3b802a916892d065693a to your computer and use it in GitHub Desktop.
Save joebuschmann/3b802a916892d065693a to your computer and use it in GitHub Desktop.
Gherkin example with optional preceding pronoun
Scenario: Make "I" optional
Given the following devices
| Product Name |
| Galaxy IV |
| iPhone |
| Windows Phone |
| Note |
| Kindle |
| Blackberry Storm |
| iPad |
| Surface |
| Surface Pro |
| HTC One |
When I remove the 10th item
And remove the 4th item
And remove the 3rd item
And remove the 2nd item
And remove the 1st item
Then the following devices remain
| Product Name |
| Kindle |
| Blackberry Storm |
| iPad |
| Surface |
| Surface Pro |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment