polaris/nightwatch.json
2017-07-04 00:51:44 -07:00

17 lines
300 B
JSON

{
"src_folders" : ["test/nightwatch"],
"test_settings" : {
"default" : {
"silent": true,
"screenshots" : {
"enabled" : false,
"path" : ""
},
"desiredCapabilities": {
"browserName": "phantomjs",
"javascriptEnabled" : true
}
}
}
}