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 a7ef783 commit 7b15f79Copy full SHA for 7b15f79
.github/workflows/node.js.yml
@@ -64,3 +64,11 @@ jobs:
64
run: npm run test:ui
65
env:
66
BASE_URL: https://localhost:6984/prototype/_design/prototype
67
+
68
+ - name: Upload Playwright report and traces for trace.playwright.dev
69
+ uses: actions/upload-artifact@v5
70
+ if: ${{ !cancelled() }} # Upload even if the previous step failed
71
+ with:
72
+ name: test-results # Name of the artifact
73
+ path: FieldDB/test-e2e/test-results/ # Path to the directory containing reports and traces
74
+ retention-days: 30
0 commit comments