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 6eb969f commit 25060beCopy full SHA for 25060be
.github/workflows/test_playwright.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Test with pytest and retry flaky tests up to 3 times
42
run: |
43
- pytest --browser chromium -s --reruns 3 --junit-xml=test-results.xml
+ pytest --browser chromium -s --reruns 3 --junit-xml=test-results.xml tests/streamlit
44
45
- name: Surface failing tests
46
if: always()
0 commit comments