Integrate into Your Code

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard

Provides a high-level overview of how to install and configure axe Watcher for automated accessibility testing

Not for use with personal data

Axe Watcher is designed to be integrated into your existing test suite. Once added, every page your tests visit and every page state gets scanned for accessibility violations. Adding more tests to your suite or changing your existing tests should require no changes to your Axe Watcher setup, avoiding ongoing maintenance.

Integrating Watcher follows a five-step pattern across all supported frameworks:

  1. Install the Watcher package
  2. Import the configuration functions and controller classes
  3. Wrap your browser configuration with Watcher's config function
  4. Wrap your browser or page instance with Watcher
  5. Flush your results after each test to send results to Axe Developer Hub

For detailed instructions for your language and browser automation platform, choose your language below to see the supported browser automation platforms: