Skip to content

Commit

Permalink
Update e2e-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yibaebi authored Feb 1, 2024
1 parent 5bc0898 commit acc7fca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,24 @@ jobs:
cypress-run:
runs-on: [ubuntu-latest]
needs: deploy
strategy:
# don't fail the entire matrix on failure
fail-fast: false
matrix:
# run copies of the current job in parallel
containers: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
env:
TEST_USERNAME: ${{ secrets.CYPRESS_TEST_USERNAME}}
TEST_PASSWORD: ${{ secrets.CYPRESS_TEST_PASSWORD }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_TEST_RECORD_ID}}
CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_TEST_PROJECT_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config: pageLoadTimeout=100000,baseUrl=${{ needs.deploy.outputs.deploy_url }}
record: true
parallel: true

0 comments on commit acc7fca

Please sign in to comment.