1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00

revert back to headed

This commit is contained in:
Martin McKeaveney 2022-08-22 15:25:58 +01:00
parent a0f1a05d33
commit 4d8b5e046f

View file

@ -14,7 +14,7 @@
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:ci": "cypress run --headed --browser chrome --spec cypress/integration/createApp.spec.js",
"cy:run:ci:record": "cypress run --browser chrome --record",
"cy:run:ci:record": "xvfb-run cypress run --headed --browser chrome --record",
"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:ci:record": "start-server-and-test cy:setup:ci http://localhost:4100/builder cy:run:ci:record; npm run cy:ci:report",