Skip to content

Commit

Permalink
Upload E2E debug screenshots on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jul 24, 2023
1 parent 12adc7d commit f3caf0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
working-directory: ./ui
working-directory: ui
- uses: actions/upload-artifact@v3
if: failure()
with:
name: Cypress debug screenshots
path: cypress/debug

0 comments on commit f3caf0d

Please sign in to comment.