From 122fc140f308c638d73265116cf1967a10cd512a Mon Sep 17 00:00:00 2001 From: Zac Date: Mon, 16 Apr 2012 18:29:43 +0100 Subject: [PATCH] Move beta/aurora/nightly from main mac node to qa-sel3 --- mac.json | 33 -------- qa-selenium3.mv.mozilla.com.json | 106 +++++++++++++++++++++++++ qa-selenium3.mv.mozilla.com.properties | 1 + 3 files changed, 107 insertions(+), 33 deletions(-) create mode 100644 qa-selenium3.mv.mozilla.com.json create mode 100644 qa-selenium3.mv.mozilla.com.properties diff --git a/mac.json b/mac.json index 9ae616d..69bad5d 100644 --- a/mac.json +++ b/mac.json @@ -25,18 +25,6 @@ "browserName": "Firefox 11 on Mac OS X", "maxInstances": 5, "seleniumProtocol": "Selenium" - }, { - "browserName": "Firefox Beta on Mac OS X", - "maxInstances": 5, - "seleniumProtocol": "Selenium" - }, { - "browserName": "Firefox Aurora on Mac OS X", - "maxInstances": 5, - "seleniumProtocol": "Selenium" - }, { - "browserName": "Firefox Nightly on Mac OS X", - "maxInstances": 5, - "seleniumProtocol": "Selenium" }, { "browserName": "firefox", "version": "3.6", @@ -79,27 +67,6 @@ "platform": "MAC", "maxInstances": 1, "seleniumProtocol": "WebDriver" - }, { - "browserName": "firefox", - "version": "beta", - "firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin", - "platform": "MAC", - "maxInstances": 1, - "seleniumProtocol": "WebDriver" - }, { - "browserName": "firefox", - "version": "aurora", - "firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin", - "platform": "MAC", - "maxInstances": 1, - "seleniumProtocol": "WebDriver" - }, { - "browserName": "firefox", - "version": "nightly", - "firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin", - "platform": "MAC", - "maxInstances": 1, - "seleniumProtocol": "WebDriver" } ], "configuration": {} diff --git a/qa-selenium3.mv.mozilla.com.json b/qa-selenium3.mv.mozilla.com.json new file mode 100644 index 0000000..9ae616d --- /dev/null +++ b/qa-selenium3.mv.mozilla.com.json @@ -0,0 +1,106 @@ +{ + "capabilities": + [ + { + "browserName": "Firefox 3.6 on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox 7 on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox 8 on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox 9 on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox 10 on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox 11 on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox Beta on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox Aurora on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "Firefox Nightly on Mac OS X", + "maxInstances": 5, + "seleniumProtocol": "Selenium" + }, { + "browserName": "firefox", + "version": "3.6", + "firefox_binary": "/Applications/Firefox 3.6.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "7", + "firefox_binary": "/Applications/Firefox 7.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "8", + "firefox_binary": "/Applications/Firefox 8.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "9", + "firefox_binary": "/Applications/Firefox 9.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "10", + "firefox_binary": "/Applications/Firefox 10.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "11", + "firefox_binary": "/Applications/Firefox 11.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "beta", + "firefox_binary": "/Applications/Firefox Beta.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "aurora", + "firefox_binary": "/Applications/Aurora.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "nightly", + "firefox_binary": "/Applications/Nightly.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" + } + ], + "configuration": {} +} diff --git a/qa-selenium3.mv.mozilla.com.properties b/qa-selenium3.mv.mozilla.com.properties new file mode 100644 index 0000000..9b9b59a --- /dev/null +++ b/qa-selenium3.mv.mozilla.com.properties @@ -0,0 +1 @@ +node.configuration.file=qa-selenium3.mv.mozilla.com.json \ No newline at end of file