Skip to content

Commit 5574ff6

Browse files
add playwright report export to the workflow
1 parent cb7eb45 commit 5574ff6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pr-main-workflow.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ jobs:
2626
- name: Run your tests
2727
run: |
2828
cd autotests
29-
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
29+
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test --reporter=html
30+
- name: Upload Playwright report
31+
uses: actions/upload-artifact@v3
32+
with:
33+
name: playwright-report
34+
path: playwright-report/

0 commit comments

Comments
 (0)