Accessibility testing with axe-cli

InstructorMarcy Sutton

Share this video with your friends

Send Tweet

Testing for accessibility is easy with automated tools like axe-cli. This command-line tool utilizes the open source axe-core JavaScript library to run an audit on any webpage you give it, returning a set of JSON results you can use in your continuous integration environment or regular development workflow.