Skip to main content
← Back to Tutorials

Export Reports

Download scan results as JSON, HTML, or PDF for sharing and CI integration.

Open Demo PageFollow along on the demo page while watching the video

Video coming soon

Follow the written steps below in the meantime

Step-by-Step Instructions

  1. 1
    Open the Single Page Scan demo and run a scan.
  2. 2
    In the Export section of the action bar, click ↓ JSON — an enriched JSON file downloads with WCAG mappings, DOM context, CSS styles, framework hints, and fix suggestions.
  3. 3
    Click ↓ HTML — a self-contained HTML report downloads with inline styles. Share it with teammates or stakeholders.
  4. 4
    Click ↓ PDF — a multi-page PDF generates client-side via jsPDF.
  5. 5
    JSON reports are designed for AI agents and CI pipelines — they include enough context to generate fix suggestions automatically.
  6. 6
    All exports respect the WCAG version and level filters set in the side panel.