"Check Webpage Accessibility" JSON export: Screen objects only show Violations despite violationsOnly: false
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.
-
Is there a way to force Tosca to include detailed
passesandinapplicablerule arrays inside each screen object? -
If this is by design, what is the best practice in Tosca to retrieve the complete Axe-Core result object?
Thanks in advance!