get_test_report
Combine manual test results with the original plan to produce a final pass/fail report with score, verdict, and recommendations.
Instructions
Re-generate a structured test report from raw results — useful when a user ran Fix Scripts manually in SN and wants to record the outcomes.
Takes a list of manual results (test case ID + status + notes) and combines them with the original plan to produce a final pass/fail report with score, verdict, and recommendations.
Use this when:
Some or all tests were MANUAL_REQUIRED
User has run the Fix Scripts in SN and wants to record outcomes
You want a clean summary of mixed auto + manual results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | The original plan from create_test_plan | |
| results | Yes | Manual outcomes for each test case that was run |