Skip to content

Commit

Permalink
Save Playwright traces
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed May 14, 2024
1 parent b8fb2d2 commit 0b46510
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@ jobs:

- name: Run pytest
run: |
poetry run pytest -v
poetry run pytest --tracing=retain-on-failure -v
- name: Upload Playwright traces
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-traces
path: test-results/

- name: Show Docker logs
if: ${{ always() }}
Expand Down

0 comments on commit 0b46510

Please sign in to comment.