Skip to content

Commit

Permalink
chore: e2e screenshots on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Myllaume committed Aug 10, 2024
1 parent 29d437a commit 1546ab8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ jobs:

- name: Run E2E tests
run: npm run test:e2e

- name: Upload screenshots
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: temp

0 comments on commit 1546ab8

Please sign in to comment.