Integrate into Your Code
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:
- Install the Watcher package
- Import the configuration functions and controller classes
- Wrap your browser configuration with Watcher's config function
- Wrap your browser or page instance with Watcher
- 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:
