Skip to content

Commit

Permalink
Capture cypress output
Browse files Browse the repository at this point in the history
Might help with e.g. #36
  • Loading branch information
David Robertson committed Mar 21, 2023
1 parent 0f0ed53 commit cbaa967
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,10 @@ jobs:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
TMPDIR: ${{ runner.temp }}
CYPRESS_SLIDING_SYNC_PROXY_TAG: 'ci'
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-captures
path: |
cypress/screenshots
cypress/videos

0 comments on commit cbaa967

Please sign in to comment.