Skip to main content
August 18, 2026
Question

"Check Webpage Accessibility" JSON export: Screen objects only show Violations despite violationsOnly: false

  • August 18, 2026
  • 0 replies
  • 3 views

Hi community,

I am using the Standard Module Check Webpage Accessibility (RunHtmlAccessibilityAnalysis) to scan multiple pages.

When exporting the accessibility report JSON file, the summary block shows total numbers for Passed and Failed. However, under the screens list, only violations are listed for each page. The detailed rules that Passed or were Inapplicable are missing.

For our audit evaluation, we need visibility into which specific Axe-Core rules passed on each page to determine our manual testing delta.

  1. Is there a way to force Tosca to include detailed passes and inapplicable rule arrays inside each screen object?

  2. If this is by design, what is the best practice in Tosca to retrieve the complete Axe-Core result object?

Thanks in advance!