diff --git a/.github/agents/Playwright_Dev.agent.md b/.github/agents/Playwright_Dev.agent.md index 76d6a032..4891aef1 100644 --- a/.github/agents/Playwright_Dev.agent.md +++ b/.github/agents/Playwright_Dev.agent.md @@ -54,6 +54,7 @@ You do not write code, strictly tests. If code changes are needed, inform the Ma - Handle async operations correctly 5. **Execution**: + - Only run the entire test suite when necessary (e.g., after significant changes or to verify stability). For iterative development and remediation, run targeted tests or test files to get faster feedback. - Run tests with `cd /projects/Charon npx playwright test --project=firefox` - Use `test_failure` to analyze failures - Debug with headed mode if needed: `--headed`