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

Updating Cypress Run command

The run command now includes:

--headed
--browser chrome
This commit is contained in:
Mitch-Budibase 2022-02-17 17:00:11 +00:00
parent d87d5f2fed
commit 585e68fc00

View file

@ -13,7 +13,7 @@
"rollup": "rollup -c -w",
"cy:setup": "ts-node ./cypress/ts/setup.ts",
"cy:setup:ci": "node ./cypress/setup.js",
"cy:run": "cypress run",
"cy: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",