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

Do things sequentially

parent 80f6b948
No related branches found
No related tags found
1 merge request!66Testcafe testing base
Pipeline #101873 failed
......@@ -16,7 +16,8 @@
"test-e2e:peer1": "testcafe firefox:headless __e2e_tests__/peer1.e2e.js",
"test-e2e:peer2": "testcafe firefox:headless __e2e_tests__/peer2.e2e.js",
"test-e2e": "run-p test-e2e:*",
"test-e2e-start": "run-p -r start test-e2e",
"test-e2e-start": "run-s start-bg test-e2e",
"start-bg": "npm run start &",
"lint": "jshint .",
"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