fix: update execution guidelines to optimize test suite runs and improve feedback speed

This commit is contained in:
GitHub Actions
2026-02-12 14:56:22 +00:00
parent feaad997cf
commit f6463e99b0

View File

@@ -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`