Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
Add TestingBot config sample
Browse files Browse the repository at this point in the history
Add TestingBot config sample
  • Loading branch information
jochen-testingbot committed Jan 15, 2016
1 parent 65aa6eb commit d2998d7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bin/nightwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,27 @@
"browserstack.user" : "...",
"browserstack.key" : "..."
}
},

"testingbot" : {
"selenium_host" : "hub.testingbot.com",
"selenium_port" : 80,
"apiKey" : "${TB_KEY}",
"apiSecret" : "${TB_SECRET}",
"silent" : true,
"output" : true,
"screenshots" : {
"enabled" : false,
"on_failure" : true,
"path" : ""
},
"desiredCapabilities": {
"name" : "test-example",
"browserName": "firefox"
},
"selenium" : {
"start_process" : false
}
}
}
}
Expand Down

0 comments on commit d2998d7

Please sign in to comment.