We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2791a3 commit 0158ff8Copy full SHA for 0158ff8
.github/workflows/build.yml
@@ -1002,6 +1002,15 @@ jobs:
1002
working-directory: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
1003
timeout-minutes: 5
1004
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
1014
1015
job_optional_e2e_tests:
1016
name: E2E ${{ matrix.label || matrix.test-application }} Test
0 commit comments