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 5405eb8 commit 9174e3aCopy full SHA for 9174e3a
.github/workflows/test_playwright.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Test with pytest and retry flaky tests up to 3 times
44
shell: bash -l {0}
45
run: |
46
- pytest tests/test_playwright.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
+ pytest tests/playwright --browser chromium -s --reruns 3 --junit-xml=test-results.xml
47
48
- name: Surface failing tests
49
if: always()
0 commit comments