mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Added nightwatch tests to TravisCI build process for prod and inline versions.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user