mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Tidied up UI tests
This commit is contained in:
parent
f7707faece
commit
840e44deac
2 changed files with 7 additions and 6 deletions
|
@ -34,7 +34,7 @@ module.exports = function (grunt) {
|
|||
["exec:generateConfig", "exec:opTests"]);
|
||||
|
||||
grunt.registerTask("testui",
|
||||
"A task which runs all the UI tests in the tests directory. Requires the dev server to be running.",
|
||||
"A task which runs all the UI tests in the tests directory. The prod task must already have been run.",
|
||||
["connect:prod", "exec:browserTests"]);
|
||||
|
||||
grunt.registerTask("docs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue