mirror of
https://github.com/agersant/polaris
synced 2025-03-02 22:27:12 +00:00
17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"src_folders" : ["test/nightwatch"],
|
|
|
|
"test_settings" : {
|
|
"default" : {
|
|
"silent": true,
|
|
"screenshots" : {
|
|
"enabled" : false,
|
|
"path" : ""
|
|
},
|
|
"desiredCapabilities": {
|
|
"browserName": "phantomjs",
|
|
"javascriptEnabled" : true
|
|
}
|
|
}
|
|
}
|
|
}
|