fix(tools): update tool lists for various agents to include specific edit commands

This commit is contained in:
GitHub Actions
2026-02-01 02:25:30 +00:00
parent bb2a4cb468
commit 20d47e711f
9 changed files with 50 additions and 14 deletions

View File

@@ -61,10 +61,10 @@ For general integration testing without coverage:
```bash
# Against Docker container (default)
npx playwright test --project=chromium
npx playwright test --project=chromium --project=firefox --project=webkit
# With explicit base URL
PLAYWRIGHT_BASE_URL=http://localhost:8080 npx playwright test --project=chromium
PLAYWRIGHT_BASE_URL=http://localhost:8080 npx playwright test --project=chromium --project=firefox --project=webkit
```
### Running E2E Tests with Coverage