fix: update Playwright test command to include 'chromium' project
This commit is contained in:
2
.github/instructions/testing.instructions.md
vendored
2
.github/instructions/testing.instructions.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user