Skip to content

Commit 5aaf4d0

Browse files
author
Mustafa Kapusuz
authored
Merge pull request #989 from Codeinwp/fix/e2e-gh-workflow
update on cypress e2e GH workflow
2 parents 65dd41d + 2e2c080 commit 5aaf4d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ jobs:
4141
bash ./bin/run-e2e-tests-${{matrix.env}}.sh
4242
- name: Run ${{ matrix.env }} Cypress tests
4343
env:
44-
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
4544
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
4645
uses: cypress-io/github-action@v2
4746
with:
4847
env: host=localhost,port=8080
4948
browser: chrome
50-
record: true
5149
install: ${{ ! steps.npm-and-build-cache.outputs.cache-hit }}
5250
headless: true
5351
spec: cypress/integration/${{ matrix.env }}/**/*

0 commit comments

Comments
 (0)