Skip to content

Instantly share code, notes, and snippets.

@testingbot
Created March 1, 2012 21:22
Show Gist options
  • Save testingbot/1953332 to your computer and use it in GitHub Desktop.
Save testingbot/1953332 to your computer and use it in GitHub Desktop.
{
"capabilities":
[
{
"browserName": "firefox",
"version" : "10",
"platform" : "LINUX",
"alias" : "FF10",
"maxInstances": 3,
"seleniumProtocol": "Selenium"
},
{
"browserName": "firefox",
"version" : "10",
"platform" : "LINUX",
"alias" : "FF10",
"maxInstances": 5,
"seleniumProtocol": "WebDriver"
}
],
"configuration":
{
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
"maxSession": 1,
"port": 5557,
"register": true,
"registerCycle": 5000,
"hubPort": 4444,
"cleanUpCycle" : 10000,
"timeout" : 40000,
"nodeTimeout" : 30
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment