Skip to content

Commit

Permalink
chore: turn recording on for scheduled ui tests (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Feb 18, 2025
1 parent 550f116 commit d944268
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cypress-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
uses: cypress-io/github-action@248bde77443c376edc45906ede03a1aba9da0462 # v5.8.4
with:
record: false
config: video=false,screenshotOnRunFailure=false
config: "video=true,screenshotOnRunFailure=true"
build: npx cypress info
working-directory: tests_cypress
spec: |
cypress/e2e/admin/a11y/app_pages.cy.js
cypress/e2e/admin/a11y/gca_pages.cy.js
- name: Upload test artifacts
- name: Upload test artifacts
uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit d944268

Please sign in to comment.