Example using A11yWatch CLI to run audits and more.
Get the CLI by running npm install a11ywatch-cli
. You need docker and docker compose installed.
The third step executes a shell script storing the values into a json file.
a11yatch build
a11yatch start
Single scan across files.
./single_store.sh
Crawl all pages on domain
./single_store.sh crawl
Open the ./tmp
folder to see the json output in realtime.