Skip to content

Commit 7b15f79

Browse files
authored
upload playwright report
1 parent a7ef783 commit 7b15f79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ jobs:
6464
run: npm run test:ui
6565
env:
6666
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

Comments
 (0)