procyon/nightwatch.json
2020-11-01 21:16:10 +01:00

21 lines
322 B
JSON

{
"src_folders": "e2e/",
"output_folder": false,
"selenium": {
"start_process": false
},
"test_settings": {
"default": {
"selenium_port": 4444,
"selenium_host": "192.168.0.20",
"desiredCapabilities": {
"chromeOptions": {
"args": [
"headless",
"no-sandbox"
]
}
}
}
}
}