We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b28dc commit f08e1faCopy full SHA for f08e1fa
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
run: ./dev.py js-build
66
67
- name: Run e2e tests
68
- run: pytest e2e --screenshot only-on-failure --output ./test-results/
+ run: pytest e2e --browser webkit --video retain-on-failure --screenshot only-on-failure --output ./test-results/ -n auto -r aR -v
69
70
- name: Upload snapshots
71
uses: actions/upload-artifact@v4
0 commit comments