Skip to content

Commit f9ed54f

Browse files
committed
feat: store playwright report
1 parent 43ee024 commit f9ed54f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@ jobs:
3535
- name: Run Playwright functional tests
3636
run: npm run test
3737

38+
- name: Upload Playwright report
39+
uses: actions/upload-artifact@v3
40+
with:
41+
name: playwright-report
42+
path: playwright-report
43+
3844
# - name: Run Playwright visual tests
3945
# run: npm run test-visual

0 commit comments

Comments
 (0)