Skip to content
Snippets Groups Projects
Unverified Commit bd308a39 authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Start server in background before running e2e tests

parent cbe10163
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
"test-e2e:peer1": "testcafe firefox:headless __e2e_tests__/peer1.e2e.js", "test-e2e:peer1": "testcafe firefox:headless __e2e_tests__/peer1.e2e.js",
"test-e2e:peer2": "testcafe firefox:headless __e2e_tests__/peer2.e2e.js", "test-e2e:peer2": "testcafe firefox:headless __e2e_tests__/peer2.e2e.js",
"test-e2e": "run-p test-e2e:*", "test-e2e": "run-p test-e2e:*",
"test-e2e-start": "run-p -r test-e2e start",
"lint": "jshint .", "lint": "jshint .",
"validate": "npm ls" "validate": "npm ls"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment