From 62aee767522836beea21704a7631e05a213461b8 Mon Sep 17 00:00:00 2001 From: AlinT Date: Thu, 9 Aug 2012 15:18:11 +0300 Subject: [PATCH] Added aurora to man nodes --- mac.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mac.json b/mac.json index fae26f5..972ea0a 100644 --- a/mac.json +++ b/mac.json @@ -56,6 +56,13 @@ "platform": "MAC", "maxInstances": 1, "seleniumProtocol": "WebDriver" + }, { + "browserName": "firefox", + "version": "aurora", + "firefox_binary": "/Applications/FirefoxAurora.app/Contents/MacOS/firefox-bin", + "platform": "MAC", + "maxInstances": 1, + "seleniumProtocol": "WebDriver" } ], "configuration": {}