We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116527f commit e307d92Copy full SHA for e307d92
package.json
@@ -38,7 +38,7 @@
38
"test:nextjs": "start-server-and-test start:api 3001 start:nextjs http-get://127.0.0.1:3000 cypress:run",
39
"test:nextjs:watch": "start-server-and-test start:api 3001 start:nextjs 3000 cypress:open",
40
"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'",
+ "cypress:run": "DEBUG=cypress:net-stubbing:server:intercept-response cypress run --spec 'cypress/e2e/smoke.cy.ts'",
42
"cypress:open": "cypress open"
43
},
44
"repository": {
0 commit comments