revert back to headed

This commit is contained in:
Martin McKeaveney 2022-08-22 15:25:58 +01:00
parent 1d152b26a8
commit fc2c62e350
1 changed files with 1 additions and 1 deletions

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