gulp-axe-webdriver icon indicating copy to clipboard operation
gulp-axe-webdriver copied to clipboard

Gulp plugin for aXe utilizing WebDriverJS

Results 6 gulp-axe-webdriver issues
Sort by recently updated
recently updated
newest added

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....

question

I would like to know how to create a custom report to show the content of json on html format

question

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...

question

Update dependencies and reorganize code.

enhancement

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 },...

bug

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...