Skip to content

Commit

Permalink
#236 - upgrade cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jan 16, 2024
1 parent a07a4e2 commit 9891dea
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build-and-test-expired-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,22 @@ jobs:
npm run cyServices:start:integration-apps
cd ../../
- name: Run Cypress tests
uses: cypress-io/github-action@v5
with:
working-directory: skills-client-integration/skills-int-e2e-test
record: true
parallel: false
group: 'skills-client expired token tests'
tag: "${{ github.workflow }}"
spec: cypress/integration/timeout.specs.js
env: 'timeout=true'
browser: chrome
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Cypress tests
uses: cypress-io/github-action@v5
with:
working-directory: skills-client-integration/skills-int-e2e-test
record: true
parallel: false
group: 'skills-client expired token tests'
tag: "${{ github.workflow }}"
spec: cypress/integration/timeout.specs.js
env: 'timeout=true'
browser: chrome
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Run Cypress tests
# run: |
Expand Down

0 comments on commit 9891dea

Please sign in to comment.