Skip to content

Commit

Permalink
new file: recipe.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ya-urtow committed Oct 4, 2013
1 parent 390127b commit 8a2985a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions recipe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"selenium": {
"server": {
"version": "2.33.0"
},
"chromedriver": {
"version": "2.0"
},
"firefox": {
"version": "24.0"
},
"chrome": {
"version": "29.0"
},
"opera": {
"version": "12.16"
},
"hub": {
"host": "127.0.0.1"
}
},
"run_list": [
"recipe[selenium::firefox]",
"recipe[selenium::opera]",
"recipe[selenium::chrome]",
"recipe[selenium::node]",
"recipe[selenium::ghostdriver]",
"recipe[selenium::hub]"
]
}

0 comments on commit 8a2985a

Please sign in to comment.