Skip to content

Commit c0d3771

Browse files
committed
enavle cypress debug output
1 parent 2c49a41 commit c0d3771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuu-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"showcase": "cd showcase && npm run showcase",
4242
"showcase:preview": "serve ./showcase/dist -p 4173",
4343
"showcase:build": "npm run build:worker && cd showcase && tsx scripts/build.ts",
44-
"test:cypress": "npm run build:worker && cypress run --component --browser chrome --headless",
44+
"test:cypress": "npm run build:worker && DEBUG=cypress:* cypress run --component --browser chrome --headless",
4545
"test:cypress:local": "cypress open --component --browser chrome",
4646
"test:vite": "npm run build:worker && vitest run",
4747
"bump": "node ./scripts/version.mjs",

0 commit comments

Comments
 (0)