Skip to content

Instantly share code, notes, and snippets.

@freynaud
Created July 23, 2012 07:40
Show Gist options
  • Save freynaud/3162447 to your computer and use it in GitHub Desktop.
Save freynaud/3162447 to your computer and use it in GitHub Desktop.
{
"templates": [
{
"name": "linux",
"request": {
"capabilities": [
{
"browserName": "firefox",
"version": "3.6",
"maxInstances": 5,
"firefox_binary": "/home/euqe/firefox3.6/firefox" ,
"platform": "LINUX"
}, {
"browserName": "firefox",
"version": "11",
"maxInstances": 5,
"firefox_binary": "/home/euqe/firefox11/firefox",
"platform": "LINUX"
}, {
"browserName": "chrome",
"maxInstances": 5,
"version": "18",
"platform": "LINUX"
}, {
"browserName": "opera",
"maxInstances": 2,
"version": "11.62",
"platform": "LINUX"
},{
"browserName": "opera",
"maxInstances": 2,
"version": "11.62",
"platform": "LINUX"
}
],
"configuration": {
"proxy": "com.ebay.spine.LinuxWebDriverVNCProxy",
"maxSession": 5,
"maxTestBeforeClean": 500,
"cleanSnapshot": "ok",
"cleanUpCycle": 15000,
"timeout": 60000,
"seleniumPath": "/home/euqe/share/file/grid2.23/selenium-server-standalone-2.23.1.jar",
"webdriver.chrome.driver": "/home/euqe/share/file/driver120523/chromedriver",
"sshUser": "euqe",
"sshPAssword": "1234",
"vncPass": "euqe1234",
"maxDisplay": 5
}
}
}, {
"name": "win7",
"request": {
"capabilities": [
{
"browserName": "firefox",
"version": "3.6",
"maxInstances": 5,
"firefox_binary": "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe",
"platform": "WINDOWS"
}, {
"browserName": "firefox",
"version": "10.0",
"maxInstances": 5,
"firefox_binary": "C:\\Program Files (x86)\\Mozilla Firefox10\\firefox.exe",
"platform": "WINDOWS"
}, {
"browserName": "chrome",
"maxInstances": 5,
"version": "19",
"platform": "WINDOWS"
}, {
"browserName": "internet explorer",
"maxInstances": 1,
"version": "8.0",
"platform": "WINDOWS"
}
],
"configuration": {
"proxy": "com.ebay.spine.WindowsWebDriverVNCProxy",
"maxSession": 5,
"maxTestBeforeClean": 50,
"cleanSnapshot": "ok",
"cleanUpCycle": 15000,
"timeout": 60000,
"seleniumPath": "Z:\\file\\selenium-server-standalone-2.21.1.jar",
"webdriver.chrome.driver": "Z:\\file\\driver120220\\chromedriver.exe",
"vncPass": "euqe1234"
}
}
}, {
"name": "tl2",
"request": {
"capabilities": [
{
"applicationName": "TL2",
"version": "9.8.100.2",
"maxInstances": 1,
"platform": "XP",
"supportedLocales": [ "UK", "DE", "FR", "BENL", "BEFR", "AT", "CH", "IE", "PL", "NL", "ES", "IT"]
}
],
"configuration": {
"proxy": "com.ebay.spine.vmware.TurboListerVirtualMachineRemoteProxy",
"hub": "http://10.250.57.219:4444",
"maxSession": 1,
"cleanUpCycle": 10000,
"timeout": 45000,
"setupsLocation": "\\\\10.250.57.200\\share\\turbolister\\",
"TL2RegFile": "\\\\10.250.57.200\\share\\playground\\tl.reg",
"mappedDrive": "Z: \\\\10.250.57.200\\share\\playground\\resourcesTL\\imagesTL"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment