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.
2 parents 65dd41d + 2e2c080 commit 5aaf4d0Copy full SHA for 5aaf4d0
.github/workflows/test-e2e.yml
@@ -41,13 +41,11 @@ jobs:
41
bash ./bin/run-e2e-tests-${{matrix.env}}.sh
42
- name: Run ${{ matrix.env }} Cypress tests
43
env:
44
- CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
45
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
46
uses: cypress-io/github-action@v2
47
with:
48
env: host=localhost,port=8080
49
browser: chrome
50
- record: true
51
install: ${{ ! steps.npm-and-build-cache.outputs.cache-hit }}
52
headless: true
53
spec: cypress/integration/${{ matrix.env }}/**/*
0 commit comments