Created
December 17, 2013 15:21
-
-
Save alnutile/8006626 to your computer and use it in GitHub Desktop.
example mobile yml
This file contains hidden or 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
iPad: | |
context: | |
class: 'FeatureContext' | |
extensions: | |
Behat\MinkExtension\Extension: | |
base_url: 'https://saucelabs.com' | |
javascript_session: 'selenium2' | |
goutte: | |
selenium2: | |
browser: ipad | |
wd_host: test:[email protected]/wd/hub | |
capabilities: { "platform": "OS X 10.8", "version": "6.0", "name": "Testing Portrait iPhone2" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment