commit 26489fd505960094fd10d496d63528e9c0a0d570
parent 3e05c4b73be633be2f3cb1e61ff787d826d667f8
Author: Marcel <mtrnord1@gmail.com>
Date: Sat, 25 Jul 2020 15:09:27 +0200
Fix cypress tests not being run
Took 1 minute
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
- "test:chrome": "start-server-and-test 'cargo make run' http-get://localhost:8000 cy:run:ci",
+ "test": "start-server-and-test 'cargo make run' http-get://localhost:8000 cy:run:ci",
"cy:open": "cypress open",
"cy:run:ci": "cypress run --browser chrome --record --key 99194b81-775d-4e98-9bac-8f2cc12bc62e --ci-build-id \"${GITHUB_SHA}-${GITHUB_WORKFLOW}-${GITHUB_EVENT_NAME}\" --group github-action-e2e --parallel"
},