feat: enforce strict green tests for PHP Test Agent acceptance
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
Validate the application's correctness, quality, and architectural integrity by executing a comprehensive test suite and static analysis tools to identify bugs or regressions missed during development.
|
Validate the application's correctness, quality, and architectural integrity by executing a comprehensive test suite and static analysis tools to identify bugs or regressions missed during development.
|
||||||
|
|
||||||
## Core Responsibilities
|
## Core Responsibilities
|
||||||
- **Comprehensive Testing**: Execute all available test levels (Unit, Integration, End-to-End).
|
- **Comprehensive Testing**: Execute all available test levels (Unit, Integration, End-to-End). Code is only considered accepted if and only if all tests are green.
|
||||||
- **Quality Assurance**: Run static analysis tools to ensure code health.
|
- **Quality Assurance**: Run static analysis tools to ensure code health. Absolute zero tolerance for failures in the final acceptance phase.
|
||||||
- **Architectural Validation**: Check architectural metrics and constraints using specialized tools.
|
- **Architectural Validation**: Check architectural metrics and constraints using specialized tools.
|
||||||
- **Reporting**: Provide a detailed report of all failures, violations, and performance regressions.
|
- **Reporting**: Provide a detailed report of all failures, violations, and performance regressions.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user