mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-15 14:07:16 +00:00
24 lines
414 B
JSON
24 lines
414 B
JSON
{
|
|
"src_folders" : ["test/web"],
|
|
|
|
"webdriver" : {
|
|
"start_process": true,
|
|
"server_path": "node_modules/.bin/chromedriver",
|
|
"port": 9515
|
|
},
|
|
|
|
"test_settings" : {
|
|
"default" : {
|
|
"desiredCapabilities": {
|
|
"browserName": "chrome"
|
|
},
|
|
"screenshots" : {
|
|
"enabled" : "true",
|
|
"path" : "",
|
|
"on_failure": true,
|
|
"on_error": true
|
|
}
|
|
}
|
|
}
|
|
}
|