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 bd249f0 commit 1e53581Copy full SHA for 1e53581
.github/workflows/integration.yml
@@ -76,7 +76,10 @@ jobs:
76
run: npm run install:examples
77
78
- name: Run integration test (CRA)
79
- run: npm run test:cra
+ run: |
80
+ CYPRESS_USER_EMAIL="${{secrets.CYPRESS_USER_EMAIL}}" \
81
+ CYPRESS_USER_PASSWORD="${{secrets.CYPRESS_USER_PASSWORD}}" \
82
+ npm run test:cra
83
84
- name: Run integration test (NextJS)
85
run: npm run test:nextjs
0 commit comments