Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created May 6, 2011 16:04
Show Gist options
  • Save johnmcaliley/959238 to your computer and use it in GitHub Desktop.
Save johnmcaliley/959238 to your computer and use it in GitHub Desktop.
example of selenium scenario
@selenium
Scenario: Login with Facebook
Given I am on the "facebook" auth page #sends to facebook authorization url
And I fill in "email" with "my@email.com"
And I fill in "pass" with "mypassword"
And I press "Login"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment