Install and configure Playwright #12

Merged
bustikiller merged 11 commits from playwright into main 2024-08-11 19:43:59 +00:00
Showing only changes of commit b1cec97389 - Show all commits

View File

@ -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