Testing And Reporting¶
Use this guide when changing test execution, framework integration, or reporting behavior.
Goal¶
Keep test feedback reliable and actionable in local and integration workflows.
Steps¶
- Define which tests are expected locally and in integration workflows.
- Align framework integration with build and workflow conventions.
- Ensure failures are clear and diagnosable.
- Capture reporting outputs needed by contributors and maintainers.
- Document scope and known limitations.
Practical Checks¶
- test entry points are clear
- automated and local expectations are aligned
- reporting makes failures actionable
- expensive or unstable tests have explicit handling