gulp-axe-webdriver
gulp-axe-webdriver copied to clipboard
Gulp plugin for aXe utilizing WebDriverJS
Is there a way to enable multiple URL checks to occur simultaneously? It appears that currently things are checked sequentially but would be more efficient to run checks in parallel....
I would like to know how to create a custom report to show the content of json on html format
Hello ! First of all, thank you for the work done. Sorry to create another issue (duplicate of https://github.com/felixzapata/gulp-axe-webdriver/issues/1), but I would like to use this plugin with streams. I...
I'm trying to only show violations for the following tags: `'wcag2aa', 'wcag2a', 'section508'` #### gulp.js ``` javascript const options = { a11yCheckOptions: { rules: { 'html-has-lang': { enabled: false },...
I am using macOS Sonoma 14.4 with an Apple M1 Pro Chip When running npm install on any project using gulp-axe-webdriver I am consistently getting the following error: ``` npm...