Skip to content

Commit e307d92

Browse files
chore: update cypress config with test user credentials and debug settings
1 parent 116527f commit e307d92

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": "DEBUG=cypress:* cypress run --spec 'cypress/e2e/smoke.cy.ts'",
41+
"cypress:run": "DEBUG=cypress:net-stubbing:server:intercept-response cypress run --spec 'cypress/e2e/smoke.cy.ts'",
4242
"cypress:open": "cypress open"
4343
},
4444
"repository": {

0 commit comments

Comments
 (0)