fix: update Playwright test command to include 'chromium' project

This commit is contained in:
GitHub Actions
2026-02-16 18:47:34 +00:00
parent f1527b9cf8
commit f275613294

View File

@@ -75,7 +75,7 @@ For general integration testing without coverage:
```bash
# Against Docker container (default)
cd /projects/Charon npx playwright test --project=firefox --project=firefox --project=webkit
cd /projects/Charon && npx playwright test --project=chromium --project=firefox --project=webkit
# With explicit base URL
PLAYWRIGHT_BASE_URL=http://localhost:8080 npx playwright test --project=chromium --project=firefox --project=webkit