Skip to content

Commit 170e0ea

Browse files
committed
update: ci
1 parent ed948d1 commit 170e0ea

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Playwright Tests
33
on:
44
push:
55
branches:
6-
- test-practice
6+
- interview
77

88
jobs:
99
playwright-run:
@@ -27,5 +27,9 @@ jobs:
2727
- name: Run Playwright web tests
2828
run: npx playwright test 1_Login.spec.ts -c playwright.web.config.ts
2929

30-
- name: Run Playwright API tests
31-
run: npx playwright test 1_Login.spec.ts -c playwright.api.config.ts
30+
- name: Upload Playwright test report (optional)
31+
if: always()
32+
uses: actions/upload-artifact@v3
33+
with:
34+
name: playwright-report
35+
path: playwright-report/

0 commit comments

Comments
 (0)