aggregate_audit_results
Combines multiple accessibility audit results into a single report. Groups issues by URL, category, or rule, with aggregated summary statistics.
Instructions
Combine and aggregate multiple audit results. Groups issues by URL, category, rule, or none, and provides aggregated summary statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupBy | No | Grouping strategy: "url" (group by URL), "category" (group by category), "rule" (group by rule ID), or "none" (no grouping). Default: "url". | url |
| results | Yes | Array of audit result objects to aggregate. | |
| includeSummary | No | Include aggregated summary statistics (default: true). |