Skip to content

Instantly share code, notes, and snippets.

@thuss
Created April 16, 2011 17:17
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thuss/923307 to your computer and use it in GitHub Desktop.
Save thuss/923307 to your computer and use it in GitHub Desktop.
Cucumber login scenario
Scenario: login with valid credentials
Given I am on the login page
When I fill in "Email" with "test@test.com"
And I fill in "Password" with "test123pass"
And I press "Login"
Then I should be on the users home page
And I should see "Login successful"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment