1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Merge pull request #4752 from Budibase/fix/cypress-ci

Update cy:run:ci to not use --record
This commit is contained in:
Rory Powell 2022-03-01 13:39:23 +00:00 committed by GitHub
commit 3c2849a6ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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