From f6463e99b0d35c99558f01eab605aee70141c072 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 12 Feb 2026 14:56:22 +0000 Subject: [PATCH] fix: update execution guidelines to optimize test suite runs and improve feedback speed --- .github/agents/Playwright_Dev.agent.md | 1 + 1 file changed, 1 insertion(+) 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`