chore: improve ci testing

This commit is contained in:
Justineo
2025-09-23 14:30:10 +08:00
committed by GU Yiling
parent 927f9a2c12
commit c983caca7d
6 changed files with 9 additions and 3 deletions

View File

@ -10,7 +10,7 @@ We run Vitest in browser mode using Playwright (Chromium) with `vitest-browser-v
## Run locally
- Install dependencies: `pnpm install`
- Install Chromium: `pnpm exec playwright install chromium`
- Install Chromium: `pnpm test:setup`
- Run tests: `pnpm test`
- Coverage (V8): `pnpm test:coverage`
- HTML report: `coverage/browser/index.html`