Created
April 29, 2014 11:09
-
-
Save legovaer/11397073 to your computer and use it in GitHub Desktop.
Behat YML file for SauceLabs (not working)
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
sauce: | |
filters: | |
tags: "@multibrowsers" | |
extensions: | |
Behat\MinkExtension\Extension: | |
javascript_session: 'selenium2' | |
base_url: http://www.legovaer.be | |
selenium2: | |
browser: firefox | |
wd_host: <username>:<apikey>@ondemand.saucelabs.com/wd/hub | |
capabilities: { "platform": "Windows 2012 RC2", "version": "28", "name": "Behat test"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment