Skip to content

Commit a3183de

Browse files
authored
Add screenshot/image upload to integ tests (#292)
* Upload artifacts * Switch to v4 * Add 4 day retention --------- Co-authored-by: Mackenzie Zastrow <[email protected]>
1 parent daa3f9e commit a3183de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,12 @@ jobs:
8585

8686
- name: Run integration tests
8787
run: npm run test:integ:all
88+
89+
- name: Upload browser test screenshots
90+
if: always()
91+
uses: actions/upload-artifact@v4
92+
with:
93+
name: browser-test-screenshots
94+
path: tests_integ/browser/__screenshots__/
95+
retention-days: 4
96+
if-no-files-found: ignore

0 commit comments

Comments
 (0)