polaris/nightwatch.json
2017-07-04 02:41:34 -07:00

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
}
}
}
}