vuex-asr
Version:
* Version: 0.7.52 * License M.I.T. * [Online Documentation](https://vuex-asr.github.io/vuex-asr/) * author: Joris Wenting * email: vuex.asr@gmail.com * [linkedIn](https://www.linkedin.com/in/joriswenting/). * [contribute](https://vuex-asr.github.io/vuex-a
26 lines (24 loc) • 568 B
JSON
{
"src_folders" : ["./tests/e2e/specs"],
"output_folder" : "reports",
"custom_commands_path" : "",
"custom_assertions_path" : "./tests/e2e/custom-assertions",
"page_objects_path" : "",
"globals_path" : "",
"selenium" : {
"start_process" : false
},
"test_settings" : {
"default" : {
"selenium_port" : 4444,
"selenium_host" : "localhost",
"desiredCapabilities": {
"browserName": "chrome",
"chromeOptions" : {
"args" : ["--no-sandbox"]
},
"acceptSslCerts": true
}
}
}
}