We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d21acb commit e433471Copy full SHA for e433471
1 file changed
.github/workflows/tests.yml
@@ -44,6 +44,13 @@ jobs:
44
set -o pipefail
45
venv/bin/python -m pytest --tb=short 2>&1 | tee error.log
46
47
+ - name: Upload screenshot
48
+ if: failure()
49
+ uses: actions/upload-artifact@v4
50
+ with:
51
+ name: failure-screenshot
52
+ path: screenshot.png
53
+
54
- name: report playwright failure
55
if: failure()
56
uses: Miskler/human-requests-bot@v3
0 commit comments