Skip to content

Commit 8084f81

Browse files
committed
chore: store screenshot for failure
1 parent 8fee6f4 commit 8084f81

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
run: |
2727
bun install
2828
bun run build
29-
npx playwright install
29+
npx playwright install chromium
3030
3131
- run: php artisan test
32+
33+
- name: Store screenshots
34+
if: failure()
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: screenshots
38+
path: Tests/Browser/Screenshots

0 commit comments

Comments
 (0)