Added nightwatch tests to TravisCI build process for prod and inline versions.

This commit is contained in:
n1474335 2018-12-29 23:46:13 +00:00
parent b0fb9db4b8
commit b631e3fef6
6 changed files with 229 additions and 11 deletions

View file

@ -8,18 +8,25 @@
"launch_url": "http://localhost:8080",
"webdriver": {
"start_process": true,
"log_path": false
}
},
"chrome": {
"webdriver": {
"server_path": "./node_modules/.bin/chromedriver",
"port": 9515
"port": 9515,
"log_path": false
},
"desiredCapabilities": {
"browserName": "chrome"
}
},
"dev": {
"launch_url": "http://localhost:8080"
},
"prod": {
"launch_url": "http://localhost:8000/index.html"
},
"inline": {
"launch_url": "http://localhost:8000/cyberchef.htm"
}
}