Created
July 2, 2012 21:50
-
-
Save swestcott/3035942 to your computer and use it in GitHub Desktop.
Behat + WebDriver + SauceLabs
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
saucelabs: | |
context: | |
extensions: | |
Behat\MinkExtension\Extension: | |
selenium2: | |
browser: iexplore | |
wd_host: username:[email protected]/wd/hub | |
capabilities: { "platform": "VISTA", "browser": "iexplore", "version": "9"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
Do you have a example with behat + internet explorer ?