Skip to content

Commit 80de813

Browse files
committed
Upload screenshots after failure
1 parent 4a11bbb commit 80de813

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test_playwright.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ jobs:
5252
with:
5353
path: test-results.xml
5454
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

Comments
 (0)