Skip to content

Commit

Permalink
Store screenshots and videos for debugging e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Mar 14, 2023
1 parent c1a9012 commit 69b717d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,15 @@ jobs:
wait-on: 'http://localhost:3000, http://localhost:3000/api'
wait-on-timeout: 300

# store screenshots and videos on GitHub as artifacts, for downloading and debugging in case of problems
- uses: actions/upload-artifact@v2
if: always()
with:
name: cypress-output
path: |
./cypress/screenshots
./cypress/videos
# print docker container logs (good for debugging; can be disabled again later on)
- run: docker compose logs --tail="all"
if: always()
Expand Down

0 comments on commit 69b717d

Please sign in to comment.