Not recording cypress in CI.

This commit is contained in:
mike12345567 2021-06-22 16:26:39 +01:00
parent c837ee8fb8
commit ecb2ab95af
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"cy:open": "cypress open",
"cy:run:ci": "cypress run --record --key f308590b-6070-41af-b970-794a3823d451",
"cy:test": "start-server-and-test cy:setup http://localhost:10001/builder cy:run",
"cy:ci": "start-server-and-test cy:setup http://localhost:10001/builder cy:run:ci",
"cy:ci": "start-server-and-test cy:setup http://localhost:10001/builder cy:run",
"cy:debug": "start-server-and-test cy:setup http://localhost:10001/builder cy:open"
},
"jest": {