diff --git a/.github/instructions/testing.instructions.md b/.github/instructions/testing.instructions.md index b682f4d7..2b265da1 100644 --- a/.github/instructions/testing.instructions.md +++ b/.github/instructions/testing.instructions.md @@ -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