Skip to content

Commit

Permalink
Create nightwatch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Apr 27, 2020
1 parent bc6ac9e commit a735dd0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/nightwatch.json
Original file line number Diff line number Diff line change
@@ -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"]
}
}
}
}
}

0 comments on commit a735dd0

Please sign in to comment.