axe-cli
axe-cli copied to clipboard
[Deprecated] A command-line interface for the aXe accessibility testing engine
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in lodash Versions of lodash prior to 4.17.19...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version...
Just a question here and I didn't find the answer by searching, or in this repo's issues. Through some combination of existing options, can I disable tags? Something along this...
Attempting to use you example of how to use the --chrome-options flag results in a WebDriverError. Here is the command and the output: ``` accessibility-report-tool > axe --chrome-options="no-sandbox,disable-setuid-sandbox,disable-dev-shm-usage" www.deque.com Running...
Hi Team, Could you please suggest me how to validate the URL after login pages. When i'am validating the after login page by using axe-cli i am getting only 1...
Related to https://github.com/dequelabs/axe-webdriverjs/issues/35, axe-cli hangs on websites that have a limited Content Security Policy (CSP). Because axe-cli injects a script to make sure you're on the same page (similar to...
Hello -- I've been trying to upgrade to the new version of axe-cli but installing it on Amazon Linux does not seem to find the chrome driver. I have tried...
I´m trying to load the config from an external file to get the --tags and some others flags: _package.json:_ `"axeconfig": "node axe/index.js"` `"accessibility:local": "axe npm run axeconfig -- http://localhost:3000"` `axe/index.js`...
1. ```cmd C:\Users\steve>axe deque.com Running axe-core 3.1.2 in chrome-headless DevTools listening on ws://127.0.0.1:56578/devtools/browser/51b91bb1-2292-4b36-b466-05517c9e4938 Testing http://deque.com ... please wait, this may take a minute. [0221/092138.940:INFO:CONSOLE(2)] "JQMIGRATE: Migrate is installed, version 1.4.1",...
IMO, a warning message should be displayed instead, letting the user know that no selectors were found.