mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -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
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
module.exports = {
|
||||
before: function (browser) {
|
||||
console.log("The dev server much be running on http://localhost:8080 for these tests to work.")
|
||||
browser
|
||||
.resizeWindow(1280, 800)
|
||||
.url(browser.launchUrl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue