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 be0a3e9 commit f4daf95Copy full SHA for f4daf95
.github/workflows/axe-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
PYTEST_PLAYWRIGHT_OUTPUT_DIR: test-results
37
run: |
38
# Retain artifacts on failure so we can upload them
39
- pytest tests/test_server.py \
+ pytest tests/test_axe.py \
40
--maxfail=1 --disable-warnings \
41
--tracing=retain-on-failure \
42
--screenshot=only-on-failure
0 commit comments