1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Update cy:run:ci to not use --record

This commit is contained in:
Rory Powell 2022-03-01 12:11:19 +00:00
parent 42941942a5
commit 54250b5d13

View file

@ -13,7 +13,7 @@
"cy:setup:ci": "node ./cypress/setup.js",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:ci": "xvfb-run cypress run --headed --browser chrome --record",
"cy:run:ci": "xvfb-run cypress run --headed --browser chrome",
"cy:test": "start-server-and-test cy:setup http://localhost:4100/builder cy:run",
"cy:ci": "start-server-and-test cy:setup:ci http://localhost:4100/builder cy:run:ci",
"cy:debug": "start-server-and-test cy:setup http://localhost:4100/builder cy:open",