mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
Added nightwatch tests to TravisCI build process for prod and inline versions.
This commit is contained in:
parent
b0fb9db4b8
commit
b631e3fef6
6 changed files with 229 additions and 11 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue