Home

Awesome

Learning axe-cli

Just one of the things I'm learning: https://github.com/hchiam/learning

Reference and more aXe tools: a YouTube video also found in Google Devs docs.

Setup

npm install axe-cli -g
axe-cli --version # just to confirm it's actually installed
which chromedriver
which geckodriver

Use

axe https://www.deque.com

(It even works on things like localhost or file://.../index.html.)