Skip to content

Commit 9623af2

Browse files
committed
add trace zip upload to test action
1 parent 249058d commit 9623af2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,12 @@ jobs:
2828

2929
- name: Run Playwright Tests
3030
run: npx playwright test
31+
32+
- name: Upload Playwright Traces
33+
if: failure()
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: playwright-traces
37+
path: playwright-report/**/trace.zip
3138

3239

0 commit comments

Comments
 (0)