Skip to content

Commit d6a5b28

Browse files
committed
Actually turn on tracing and upload the resulting failed results
1 parent bea0117 commit d6a5b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
sleep $startup_wait
4242
4343
# Run tests
44-
python -m pytest tests --tracing=retain-on-failure
44+
python -m pytest tests --tracing on --tracing=retain-on-failure
4545
- uses: actions/upload-artifact@v4
4646
name: Upload test results
4747
if: always()
4848
with:
4949
name: playwright-traces
50-
path: ./tests/
50+
path: ./test-results/

0 commit comments

Comments
 (0)