export_to_html_report
Generate a standalone HTML report with styling and optional visual charts from accessibility audit results or a URL.
Instructions
Generate standalone HTML report with styling. Includes optional visual charts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. | |
| template | No | Report template: "default" (standard report), "minimal" (essential info only), or "detailed" (comprehensive report). | default |
| includeCharts | No | Include visual charts (default: true). |