A11yInspect v1.5.0 – Release Notes
Release Date: April 30, 2026
Overview
This release expands the report export capabilities in A11yInspect, giving Pro and Enterprise users greater flexibility in how they download and share accessibility findings. Alongside the existing Excel format, users can now export reports in JSON format.
Key Enhancements
JSON Report Export (Pro & Enterprise)
Users can now download the accessibility report in JSON format, enabling seamless integration with custom workflows, automated pipelines, and third-party tools. The exported JSON file contains structured issue data, making it easy to parse and process programmatically.
Information included in JSON Report
JSON report captures the following contextual details at the time of export:
- Webpage Title – The title of the webpage at the time of inspection.
- Webpage URL – The URL of the inspected webpage.
- Tool Information – Details about the A11yInspect tool along with version used to generate the report.
- Selected Element – The specific element that was inspected on the page.
- Selected Guideline – The accessibility guideline applied during the inspection.
- Browser – The browser in which the inspection was performed.
- Time of Export – The date and time at which the report was exported.
- Accessibility Findings Overview – A summary of the total count of Fails, Validates, Suggestions, and Passes (Enterprise only) identified during the inspection.
- Issue Details – Issues grouped by type — Fails, Validates, Suggestions, and Passes (Enterprise only) — with the Element, WCAG Success Criteria, Code snippet, and Attribute listed for each issue.
Summary
This release enhances the report export experience by introducing JSON download formats alongside the previously available Excel export. Both new formats capture key contextual details including webpage title, URL, tool information, inspected element, applied guideline, browser, and export timestamp offering greater flexibility for integration, sharing, and accessibility reporting workflows.