Skip to content

Commit

Permalink
Add playwright trace upload to github test action
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Jun 21, 2024
1 parent c551bdd commit 155ba08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
pip install -r requirements.txt
playwright install
- name: Test with pytest
run: pytest -vv -s
run: pytest -vv -s --tracing retain-on-failure
- name: Archive failed playwright traces
uses: actions/upload-artifact@v4
with:
name: traces
path: |
test-results

0 comments on commit 155ba08

Please sign in to comment.