Skip to content

Instantly share code, notes, and snippets.

@whitneyimura
Created October 15, 2013 02:25
Show Gist options
  • Save whitneyimura/6985615 to your computer and use it in GitHub Desktop.
Save whitneyimura/6985615 to your computer and use it in GitHub Desktop.
Sample Feature file
Feature: Login Screen
Background:
Given I am on the home page
@delete_cookies
Scenario Outline:
Given I click login
And I enter
And password as
When I attempt to login
Then the login should
Examples:
| email | password | result |
| something@email.com | password | pass |
| another@email.com | password | fail |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment