diff --git a/qa-selenium.json b/qa-selenium.json new file mode 100644 index 0000000..af4c6e1 --- /dev/null +++ b/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-selenium.mv.mozilla.com", + "timeout": 180000 + } +} diff --git a/qa-selenium.mv.mozilla.com.properties b/qa-selenium.mv.mozilla.com.properties new file mode 100644 index 0000000..1af0745 --- /dev/null +++ b/qa-selenium.mv.mozilla.com.properties @@ -0,0 +1 @@ +node.configuration.file=qa-selenium.json diff --git a/qa-selenium2.json b/qa-selenium2.json new file mode 100644 index 0000000..c556fbf --- /dev/null +++ b/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-selenium2.mv.mozilla.com", + "timeout": 180000 + } +} diff --git a/qa-selenium2.mv.mozilla.com.properties b/qa-selenium2.mv.mozilla.com.properties new file mode 100644 index 0000000..aa719ed --- /dev/null +++ b/qa-selenium2.mv.mozilla.com.properties @@ -0,0 +1 @@ +node.configuration.file=qa-selenium2.json diff --git a/qa-selenium3.json b/qa-selenium3.json new file mode 100644 index 0000000..c4ee031 --- /dev/null +++ b/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-selenium3.mv.mozilla.com", + "timeout": 180000 + } +} diff --git a/qa-selenium3.mv.mozilla.com.properties b/qa-selenium3.mv.mozilla.com.properties new file mode 100644 index 0000000..2992d00 --- /dev/null +++ b/qa-selenium3.mv.mozilla.com.properties @@ -0,0 +1 @@ +node.configuration.file=qa-selenium3.json diff --git a/qa-selenium4.json b/qa-selenium4.json new file mode 100644 index 0000000..a8b9d01 --- /dev/null +++ b/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-selenium4.mv.mozilla.com", + "timeout": 180000 + } +} diff --git a/qa-selenium4.mv.mozilla.com.properties b/qa-selenium4.mv.mozilla.com.properties new file mode 100644 index 0000000..a8ffb73 --- /dev/null +++ b/qa-selenium4.mv.mozilla.com.properties @@ -0,0 +1 @@ +node.configuration.file=qa-selenium4.json diff --git a/qa-selenium5.json b/qa-selenium5.json new file mode 100644 index 0000000..d700944 --- /dev/null +++ b/qa-selenium5.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 + } +} diff --git a/qa-selenium5.mv.mozilla.com.properties b/qa-selenium5.mv.mozilla.com.properties new file mode 100644 index 0000000..a8ffb73 --- /dev/null +++ b/qa-selenium5.mv.mozilla.com.properties @@ -0,0 +1 @@ +node.configuration.file=qa-selenium4.json diff --git a/qa-selenium6.json b/qa-selenium6.json new file mode 100644 index 0000000..a66a71c --- /dev/null +++ b/qa-selenium6.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 + } +} diff --git a/qa-selenium6.mv.mozilla.com.properties b/qa-selenium6.mv.mozilla.com.properties index 36ab2ce..1c94794 100644 --- a/qa-selenium6.mv.mozilla.com.properties +++ b/qa-selenium6.mv.mozilla.com.properties @@ -1 +1 @@ -node.configuration.file=wd-mac.json +node.configuration.file=qa-selenium6.json