From 90c924a095e41b93598b5b5e9a74c45aa25486af Mon Sep 17 00:00:00 2001 From: freynaud Date: Thu, 10 Nov 2011 14:26:44 +0000 Subject: [PATCH] and the maven stuff --- target/classes/localGridNode.json | 46 ------------------------------- target/classes/template.xml | 25 ----------------- 2 files changed, 71 deletions(-) delete mode 100644 target/classes/localGridNode.json delete mode 100644 target/classes/template.xml diff --git a/target/classes/localGridNode.json b/target/classes/localGridNode.json deleted file mode 100644 index 13ba437..0000000 --- a/target/classes/localGridNode.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "capabilities": - [ - { - "browserName": "*firefox", - "maxInstances": 5, - "seleniumProtocol": "Selenium" - }, - { - "browserName": "*googlechrome", - "maxInstances": 5, - "seleniumProtocol": "Selenium" - }, - { - "browserName": "*iexplore", - "maxInstances": 1, - "seleniumProtocol": "Selenium" - }, - { - "browserName": "firefox", - "maxInstances": 5, - "seleniumProtocol": "WebDriver" - }, - { - "browserName": "chrome", - "maxInstances": 5, - "seleniumProtocol": "WebDriver" - }, - { - "browserName": "internet explorer", - "maxInstances": 1, - "seleniumProtocol": "WebDriver" - } - ], - "configuration": - { - "proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy", - "maxSession": 5, - "remoteHost" : "http://localhost:5555", - "port": 5555, - "register": true, - "registerCycle": 5000, - "hubHost": "localhost", - "hubPort": 4444 - } -} \ No newline at end of file diff --git a/target/classes/template.xml b/target/classes/template.xml deleted file mode 100644 index 8910c1b..0000000 --- a/target/classes/template.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file