mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-15 00:37:07 +00:00
Create nightwatch.json
This commit is contained in:
parent
bc6ac9ea7d
commit
a735dd0178
1 changed files with 23 additions and 0 deletions
23
.github/workflows/nightwatch.json
vendored
Normal file
23
.github/workflows/nightwatch.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"src_folders": ["tests"],
|
||||
"webdriver": {
|
||||
"start_process": true,
|
||||
"server_path": "node_modules/.bin/chromedriver",
|
||||
"port": 9515
|
||||
},
|
||||
"test_settings": {
|
||||
"default": {
|
||||
"desiredCapabilities": {
|
||||
"browserName": "chrome",
|
||||
"javascriptEnabled": true,
|
||||
"acceptSslCerts": true,
|
||||
"chromeOptions": {
|
||||
"prefs": {
|
||||
"intl.accept_languages": "en-US,en"
|
||||
},
|
||||
"args": ["--headless"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue