test_translate
Translate technical test results into plain language for non-technical founders, explaining test coverage, failures, and generating a manual verification script.
Instructions
Translate test results into plain language. Tells a non-technical founder what the tests cover, what failed, and exactly what still needs manual verification. Produces a 15-minute manual test script.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_output | No | Paste the test runner output here. If not provided, Callout will ask you to run tests and paste the result. | |
| project_path | No | Path to the project. Used to collect context. Defaults to current working directory. |