Skip to content

Instantly share code, notes, and snippets.

@jjhamshaw
Created September 6, 2011 21:31
Show Gist options
  • Save jjhamshaw/1199032 to your computer and use it in GitHub Desktop.
Save jjhamshaw/1199032 to your computer and use it in GitHub Desktop.
example of a cucumber feature file
Feature: User accounts
Scenario: A user can log in to the site
Given: I am on the log in page
When: I fill in user details
And: click "Sign in"
Then: I should be redirected to the "my account" page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment