Expand description
Test intent generator — produces test recommendations from impact analysis.
Outputs structured test intent (not test scripts):
- What scenarios should be tested
- What risks are introduced
- Where confidence is high vs low
- Existing coverage gaps
Each recommendation includes an explanation chain showing WHY the system recommends testing this scenario.
Structs§
- Coverage
Gap - A gap in existing test coverage.
- Risk
- An identified risk from the change.
- Skipped
Entity - An entity explicitly decided NOT to test, with reasoning.
- Test
Intent - Complete test intent output — what to test and why.
- Test
Intent Summary - Test
Scenario - A single test scenario recommendation.
Enums§
Functions§
- generate_
test_ intent - Generate test intent from an impact report.