Skip to content

Instantly share code, notes, and snippets.

@danmatthews
Created September 26, 2014 08:13
Show Gist options
  • Save danmatthews/d7e2ac0af0e4c03656aa to your computer and use it in GitHub Desktop.
Save danmatthews/d7e2ac0af0e4c03656aa to your computer and use it in GitHub Desktop.
Feature: Log into my website.
Scenario: I want to successfully log in to my website.
Given I am on "/user"
And I fill in "name" with "{{username}}"
And I fill in "pass" with "{{password}}"
When I press "Log in"
Then url should match "/user"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment