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 3901694 commit 4579084Copy full SHA for 4579084
.github/workflows/test_snapshots.yml
@@ -36,10 +36,10 @@ jobs:
36
run: |
37
python -m pip install -e . --no-deps --force-reinstall
38
39
- - name: Test with pytest and retry flaky tests up to 3 times
+ - name: Test with pytest
40
shell: bash -l {0}
41
42
- pytest tests/snapshots --browser chromium -s --junit-xml=test-results.xml
+ python -m pytest tests/snapshots -s --junit-xml=test-results.xml
43
44
- name: Surface failing tests
45
if: always()
tests/test_snapshots.py
0 commit comments