1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

updating cypress run command to use X

This commit is contained in:
Martin McKeaveney 2022-02-17 20:28:16 +01:00
parent c7aeb97b26
commit 298a61d6dd

View file

@ -11,7 +11,7 @@
"rollup": "rollup -c -w",
"cy:setup": "ts-node ./cypress/ts/setup.ts",
"cy:setup:ci": "node ./cypress/setup.js",
"cy:run": "cypress run --headed --browser chrome",
"cy:run": "xvfb-run cypress run --headed --browser chrome",
"cy:open": "cypress open",
"cy:run:ci": "cypress run --record",
"cy:test": "start-server-and-test cy:setup http://localhost:10001/builder cy:run",