chore: fix playwright installation

This commit is contained in:
Justineo
2025-09-23 14:08:05 +08:00
committed by GU Yiling
parent da4ade6ed6
commit 927f9a2c12
2 changed files with 3 additions and 5 deletions

View File

@ -19,5 +19,5 @@ We run Vitest in browser mode using Playwright (Chromium) with `vitest-browser-v
## CI
- CI runs tests with coverage and uploads LCOV to Codecov (non-blocking).
- Chromium is provisioned via the Playwright GitHub Action.
- Chromium is installed via Playwright CLI with system deps: `pnpm exec playwright install --with-deps chromium`.
- Optional: restrict Codecov uploads to PRs and `main` via a workflow condition.