Skip to content

Commit

Permalink
adding config.json for selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel anggrianto committed Feb 19, 2014
1 parent 7ee895c commit 54b7321
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions site-cookbooks/selenium-grid/templates/default/config.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 54b7321

Please sign in to comment.