We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aeb461 commit c970fecCopy full SHA for c970fec
1 file changed
.github/workflows/test_playwright.yml
@@ -52,3 +52,10 @@ jobs:
52
with:
53
path: test-results.xml
54
fail-on-empty: false
55
+
56
+ - name: Upload screenshots
57
+ if: failure()
58
+ uses: actions/upload-artifact@v4
59
+ with:
60
+ name: screenshots
61
+ path: /tmp/screenshot_*_*.png
0 commit comments