1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

Not recording cypress in CI.

This commit is contained in:
mike12345567 2021-06-22 16:26:39 +01:00
parent 2145c92fdb
commit 89c46873af

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": {