Skip to content

Commit

Permalink
updated sample nightwatch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed May 24, 2014
1 parent 43132d4 commit c4f2ef0
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions bin/nightwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
"custom_commands_path" : "./examples/custom-commands",
"custom_assertions_path" : "",
"globals_path" : "./examples/globals.json",
"live_output" : false,

"selenium" : {
"start_process" : false,
"server_path" : "",
"log_path" : "",
"host" : "127.0.0.1",
"port" : 4444
"port" : 4444,
"cli_args" : {
"webdriver.chrome.driver" : "",
"webdriver.ie.driver" : "",
"webdriver.firefox.profile" : ""
}
},

"test_settings" : {
Expand All @@ -20,9 +26,6 @@
"selenium_port" : 4444,
"silent" : true,
"disable_colors": false,
"firefox_profile" : false,
"chrome_driver" : "",
"ie_driver" : "",
"screenshots" : {
"enabled" : false,
"path" : ""
Expand Down Expand Up @@ -58,6 +61,15 @@
}
},

"phantomjs" : {
"desiredCapabilities" : {
"browserName" : "phantomjs",
"javascriptEnabled" : true,
"acceptSslCerts" : true,
"phantomjs.binary.path" : "/path/to/phantomjs"
}
},

"browserstack" : {
"selenium" : {
"start_process" : false
Expand Down

0 comments on commit c4f2ef0

Please sign in to comment.