We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea0117 commit d6a5b28Copy full SHA for d6a5b28
.github/workflows/playwright.yml
@@ -41,10 +41,10 @@ jobs:
41
sleep $startup_wait
42
43
# Run tests
44
- python -m pytest tests --tracing=retain-on-failure
+ python -m pytest tests --tracing on --tracing=retain-on-failure
45
- uses: actions/upload-artifact@v4
46
name: Upload test results
47
if: always()
48
with:
49
name: playwright-traces
50
- path: ./tests/
+ path: ./test-results/
0 commit comments