1
0
Fork 0
mirror of synced 2024-08-18 03:21:29 +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 b2014b979c
commit 0b9f360fc8

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",