bbc-a11y uses a technology called node.js, so you'll need to download and install node.js to get started.
Once you've downloaded node.js, you can open a terminal window and enter the following command:
npm install bbc-a11y --global
Once bbc-a11y is installed, you can use it to test your website in the same
terminal window, by typing bbc-a11y
followed by your website's URL. For
example, here's how to test the BBC home page:
bbc-a11y http://www.bbc.co.uk
To explore the test errors, you can run bbc-a11y in interactive mode
by adding the --interactive
command line flag, for example:
bbc-a11y http://www.bbc.co.uk --interactive
This will show a browser window and show any test errors in the Console
tab of the embedded developer tools.
Some standards cannot be fully automated and need a person to answer questions. Run bbc-a11y in manual mode to include manual tests:
bbc-a11y http://www.bbc.co.uk --manual
You can get help by running:
bbc-a11y --help
To find out what version you have installed:
bbc-a11y --version
If you have any trouble using bbc-a11y as described here, please submit an issue and we will do our best to help fix your problem.