generate_report
Compile results from visual, functional, performance, accessibility, and SEO tests into a Markdown report with overall scores and prioritized recommendations for the tested URL.
Instructions
Generate a comprehensive Markdown report from test results. This tool:
Compiles results from all test types (visual, functional, performance, accessibility, SEO)
Calculates overall scores and status
Prioritizes recommendations by impact and effort
Formats results in a readable Markdown report
Use this tool after running individual tests to create a final report. Call run_full_test to automatically run all tests and generate a report in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL that was tested | |
| title | No | Optional custom title for the report |