Skip to content

Instantly share code, notes, and snippets.

@naik899
Created May 16, 2020 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naik899/204f8c52fc47b607ee4efbf8edb855f9 to your computer and use it in GitHub Desktop.
Save naik899/204f8c52fc47b607ee4efbf8edb855f9 to your computer and use it in GitHub Desktop.
Experitest cloud Night Watch Json configuration
{
"src_folders" : ["./tests"],
"output_folder" : "./reports",
"test_workers": {
"enabled": true,
"workers": "auto"
},
"selenium" : {
"start_process" : false,
"server_path" : "",
"port":443,
"log_path" : "",
"cli_args" : {
"webdriver.chrome.driver" : "",
"webdriver.ie.driver" : "",
"webdriver.firefox.profile" : ""
}
},
"test_settings" : {
"default" : {
"launch_url" : "https://google.com",
"selenium_host": "globaldemo.experitest.com",
"silent": true,
"screenshots" : {
"enabled" : true,
"path" : ""
},
"skip_testcases_on_fail": false,
"use_ssl":true,
"desiredCapabilities": {
"build":"Nightwatch-Selenium--Test",
"accessKey" : "ACCESS_KEY"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment