diff --git a/site-cookbooks/selenium-grid/templates/default/config.json b/site-cookbooks/selenium-grid/templates/default/config.json index e69de29..1c0af72 100644 --- a/site-cookbooks/selenium-grid/templates/default/config.json +++ b/site-cookbooks/selenium-grid/templates/default/config.json @@ -0,0 +1,26 @@ +{ + "capabilities": + [ + { + "browserName": "firefox", + "maxInstances": 5, + "seleniumProtocol": "WebDriver" + }, + { + "browserName": "chrome", + "maxInstances": 5, + "seleniumProtocol": "WebDriver" + } + ], + "configuration": + { + "proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy", + "maxSession": 5, + "port": 5555, + "host": localhost, + "register": true, + "registerCycle": 5000, + "hubPort": 4444, + "hubHost": localhost + } +} \ No newline at end of file