Skip to content

Commit 116527f

Browse files
chore: add cypress debug logging for test runs
1 parent 9c3eca9 commit 116527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:nextjs": "start-server-and-test start:api 3001 start:nextjs http-get://127.0.0.1:3000 cypress:run",
3939
"test:nextjs:watch": "start-server-and-test start:api 3001 start:nextjs 3000 cypress:open",
4040
"test:integration": "npm run test:cra && npm run test:gatsby && npm run test:nextjs",
41-
"cypress:run": "cypress run --spec 'cypress/e2e/smoke.cy.ts'",
41+
"cypress:run": "DEBUG=cypress:* cypress run --spec 'cypress/e2e/smoke.cy.ts'",
4242
"cypress:open": "cypress open"
4343
},
4444
"repository": {

0 commit comments

Comments
 (0)