Added configuration files to get around the issue with the wrong IP address being selected.
This commit is contained in:
Родитель
cfa0bdb3f5
Коммит
aec6569461
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"capabilities":
|
||||
[
|
||||
{
|
||||
"browserName": "firefox",
|
||||
"version": "3.6",
|
||||
"firefox_binary": "/Applications/Firefox 3.6.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "4",
|
||||
"firefox_binary": "/Applications/Firefox 4.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "beta",
|
||||
"firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "aurora",
|
||||
"firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "nightly",
|
||||
"firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"host": "qa-selenium.mv.mozilla.com",
|
||||
"timeout": 180000
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
node.configuration.file=qa-selenium.json
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"capabilities":
|
||||
[
|
||||
{
|
||||
"browserName": "firefox",
|
||||
"version": "3.6",
|
||||
"firefox_binary": "/Applications/Firefox 3.6.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "4",
|
||||
"firefox_binary": "/Applications/Firefox 4.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "beta",
|
||||
"firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "aurora",
|
||||
"firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "nightly",
|
||||
"firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"host": "qa-selenium2.mv.mozilla.com",
|
||||
"timeout": 180000
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
node.configuration.file=qa-selenium2.json
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"capabilities":
|
||||
[
|
||||
{
|
||||
"browserName": "firefox",
|
||||
"version": "3.6",
|
||||
"firefox_binary": "/Applications/Firefox 3.6.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "4",
|
||||
"firefox_binary": "/Applications/Firefox 4.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "beta",
|
||||
"firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "aurora",
|
||||
"firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "nightly",
|
||||
"firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"host": "qa-selenium3.mv.mozilla.com",
|
||||
"timeout": 180000
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
node.configuration.file=qa-selenium3.json
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"capabilities":
|
||||
[
|
||||
{
|
||||
"browserName": "firefox",
|
||||
"version": "3.6",
|
||||
"firefox_binary": "/Applications/Firefox 3.6.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "4",
|
||||
"firefox_binary": "/Applications/Firefox 4.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "beta",
|
||||
"firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "aurora",
|
||||
"firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "nightly",
|
||||
"firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"host": "qa-selenium4.mv.mozilla.com",
|
||||
"timeout": 180000
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
node.configuration.file=qa-selenium4.json
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"capabilities":
|
||||
[
|
||||
{
|
||||
"browserName": "firefox",
|
||||
"version": "3.6",
|
||||
"firefox_binary": "/Applications/Firefox 3.6.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "4",
|
||||
"firefox_binary": "/Applications/Firefox 4.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "beta",
|
||||
"firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "aurora",
|
||||
"firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "nightly",
|
||||
"firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"host": "qa-selenium5.mv.mozilla.com",
|
||||
"timeout": 180000
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
node.configuration.file=qa-selenium4.json
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"capabilities":
|
||||
[
|
||||
{
|
||||
"browserName": "firefox",
|
||||
"version": "3.6",
|
||||
"firefox_binary": "/Applications/Firefox 3.6.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "4",
|
||||
"firefox_binary": "/Applications/Firefox 4.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "beta",
|
||||
"firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "aurora",
|
||||
"firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"version": "nightly",
|
||||
"firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin",
|
||||
"platform": "MAC",
|
||||
"maxInstances": 5
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"host": "qa-selenium6.mv.mozilla.com",
|
||||
"timeout": 180000
|
||||
}
|
||||
}
|
|
@ -1 +1 @@
|
|||
node.configuration.file=wd-mac.json
|
||||
node.configuration.file=qa-selenium6.json
|
||||
|
|
Загрузка…
Ссылка в новой задаче