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

  1. Define which tests are expected locally and in integration workflows.
  2. Align framework integration with build and workflow conventions.
  3. Ensure failures are clear and diagnosable.
  4. Capture reporting outputs needed by contributors and maintainers.
  5. 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

Background Detail