Skip to content

Instantly share code, notes, and snippets.

@jwalton512
Created November 12, 2014 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwalton512/5ca5bb300cfe82ed1101 to your computer and use it in GitHub Desktop.
Save jwalton512/5ca5bb300cfe82ed1101 to your computer and use it in GitHub Desktop.
An example web scenario
Scenario: Searching for a page that does exist
Given I am on "/wiki/Main_Page"
When I fill in "search" with "Behavior Driven Development"
And I press "searchButton"
Then I should see "agile software development"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment