mirror of
https://github.com/agersant/polaris
synced 2024-11-14 19:37:05 +00:00
19 lines
343 B
JSON
19 lines
343 B
JSON
{
|
|
"src_folders" : ["test/nightwatch"],
|
|
"globals_path": "test/nightwatch/globals.js",
|
|
|
|
"test_settings" : {
|
|
"default" : {
|
|
"silent": true,
|
|
"exclude": "globals.js",
|
|
"screenshots" : {
|
|
"enabled" : false,
|
|
"path" : ""
|
|
},
|
|
"desiredCapabilities": {
|
|
"browserName": "phantomjs",
|
|
"javascriptEnabled" : true
|
|
}
|
|
}
|
|
}
|
|
}
|