Learn how to write automated accessibility tests using Nightwatch.js and the Axe accessibility tool. This tutorial will cover how to write automated tests, based on WCAG, using these as accessibility testing tools for your website using browser automation provided by Nightwatch's chromedriver, or selenium driver if you prefer, by pairing Nightwatch with the nightwatch-axe-verbose custom commands.
This allows you to write assertions for web content accessibility guidelines and know what elements are failing accessibility rules for remediation.
For more information you can visit https://www.davidmello.com/accessibil... and for the source code used in this tutorial https://github.com/reallymello/nightw...