Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joebuschmann/258771b995d738ce270a to your computer and use it in GitHub Desktop.

Select an option

Save joebuschmann/258771b995d738ce270a to your computer and use it in GitHub Desktop.
When building complex test data - code this
Scenario: Build a customer
Given the customer
| First Name | Last Name | Salutation |
| Emilia | Buschmann | Miss |
And the address
| Line 1 | Line 2 | City | State | Zipcode |
| 905 West Dakin Street | Apt. 1 | Chicago | IL | 60613 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment