We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb02c92 commit d835dc8Copy full SHA for d835dc8
.github/workflows/cypress.yml
@@ -32,11 +32,14 @@ jobs:
32
echo "No matching branch for domain testing. Exiting." && exit 1
33
fi
34
35
+ - name: Debug Test Domain
36
+ run: echo "TEST_DOMAIN=${{ env.TEST_DOMAIN }}"
37
+
38
- name: Execute Cypress Tests 🌡️
39
uses: cypress-io/[email protected]
40
with:
41
working-directory: ./cypress-tests
- command: npx cypress run --headless --browser chrome --env domain=${{ env.TEST_DOMAIN }}
42
+ command: npx cypress run --headless --browser chrome --env TEST_DOMAIN=${{ env.TEST_DOMAIN }}
43
44
- name: Upload screenshots of tests failed 📷
45
uses: actions/[email protected]
0 commit comments