Created
May 6, 2011 16:04
-
-
Save johnmcaliley/959238 to your computer and use it in GitHub Desktop.
example of selenium scenario
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@selenium | |
Scenario: Login with Facebook | |
Given I am on the "facebook" auth page #sends to facebook authorization url | |
And I fill in "email" with "[email protected]" | |
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