Welcome to equal-access Discussions! #773
Replies: 3 comments 3 replies
-
Hi Tom - Amber Gehrts |
Beta Was this translation helpful? Give feedback.
-
Hi Tom, I am using equal-access with cypress. Is it a way to convert the JSON output from the accessibility test to a more readable format like the chrome extension output which is in HTML report format? Best, |
Beta Was this translation helpful? Give feedback.
-
Hi @tombrunet , Need help here, I am using npm accessibility-checker package (https://www.npmjs.com/package/accessibility-checker) using Javacsript and I am able to extract violations such as ruleId, message etc but I have requirement to get wcag level (such as A, AA etc) and Checkpoint (such as 2.1.1 Keyboard, 1.1.1 Non-text Content etc). I tried many things but not able to get these parameters. Please assist for this issue, Using below piece of code to get violations - const puppeteer = require('puppeteer'); async function runAccessibilityChecker(url, lastSegment, summaryData, reportDir) { // Get page content // Run accessibility-checker // Flatten relevant fields for CSV const getElement = snippet => { |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions