Skip to content

Commit 0158ff8

Browse files
committed
Add uploading playwright traces to e2e tests job
1 parent b2791a3 commit 0158ff8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,15 @@ jobs:
10021002
working-directory: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
10031003
timeout-minutes: 5
10041004
run: pnpm test:assert
1005+
1006+
- name: Upload Playwright Traces
1007+
uses: actions/upload-artifact@v4
1008+
if: failure()
1009+
with:
1010+
name: playwright-traces-job_e2e_playwright_tests-${{ matrix.test-application}}
1011+
path: dev-packages/browser-integration-tests/test-results
1012+
overwrite: true
1013+
retention-days: 7
10051014

10061015
job_optional_e2e_tests:
10071016
name: E2E ${{ matrix.label || matrix.test-application }} Test

0 commit comments

Comments
 (0)