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