Skip to content

Instantly share code, notes, and snippets.

@alnutile
Created April 10, 2014 10:13
Show Gist options
  • Save alnutile/10364693 to your computer and use it in GitHub Desktop.
Save alnutile/10364693 to your computer and use it in GitHub Desktop.
Setting higher command timeout
saucelabs:
extensions:
Behat\MinkExtension\Extension:
default_session: selenium2
base_url: 'http://example.com'
selenium2:
browser: chrome
wd_host: 'USERNAME:TOKEN@ondemand.saucelabs.com/wd/hub'
capabilities:
platform: 'Windows 2012'
browser: chrome
version: '26'
name: 'APP NAME'
command-timeout: '600'
max-duration: '600'
"require-dev": {
"behat/mink-zombie-driver": "*",
"behat/mink": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/mink-extension": "dev-CommandTimeout",
"behat/mink-sahi-driver": "*",
},
"repositories": [
{
"type": "git",
"url": "https://github.com/alnutile/MinkExtension.git"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment