Skip to content

Commit 9c3eca9

Browse files
chore: update nextjs test command and add cypress env config for test credentials
1 parent f3a6d68 commit 9c3eca9

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
@@ -35,7 +35,7 @@
3535
"test:cra:watch": "start-server-and-test start:api 3001 start:cra 3000 cypress:open",
3636
"test:gatsby": "start-server-and-test start:api 3001 start:gatsby http-get://localhost:3000 cypress:run",
3737
"test:gatsby:watch": "start-server-and-test start:api 3001 start:gatsby 3000 cypress:open",
38-
"test:nextjs": "start-server-and-test start:api 3001 start:nextjs 3000 cypress:run",
38+
"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",
4141
"cypress:run": "cypress run --spec 'cypress/e2e/smoke.cy.ts'",

0 commit comments

Comments
 (0)