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 41820f1 commit 2cd50c2Copy full SHA for 2cd50c2
.github/workflows/dojo-e2e.yml
@@ -80,3 +80,11 @@ jobs:
80
- name: Run tests
81
working-directory: typescript-sdk/apps/dojo/e2e2
82
run: npx wait-port 9999 && sleep 10 && pnpm exec playwright test --reporter=line
83
+
84
+ - name: Upload traces
85
+ if: always() # Uploads artifacts even if tests fail
86
+ uses: actions/upload-artifact@v4
87
+ with:
88
+ name: playwright-traces
89
+ path: typescript-sdk/apps/dojo/e2e2/test-results/
90
+ retention-days: 7
0 commit comments