generate_report
Generate an 8-section contract compliance report from test records and execution results, with output in HTML, JUnit, or JSON.
Instructions
Generate the 8-section contract compliance report (Tool #12).
Reads test records and execution results from the registry, builds the contract report in the requested formats, and returns report paths + summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project root directory (defaults to server cwd). | |
| formats | No | Output formats: subset of ["html", "junit", "json"]. Defaults to all three. | |
| open_html | No | Open the HTML report in the default browser (dev mode). | |
| project_id | No | Registry project ID (defaults to current directory name). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||