Install and configure Playwright #12
6
.github/workflows/playwright.yml
vendored
6
.github/workflows/playwright.yml
vendored
@ -19,9 +19,3 @@ jobs:
|
|||||||
run: pnpm exec playwright install --with-deps
|
run: pnpm exec playwright install --with-deps
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: pnpm exec playwright test
|
run: pnpm exec playwright test
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
name: playwright-report
|
|
||||||
path: playwright-report/
|
|
||||||
retention-days: 30
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user