Skip to content

dequelabs/watcher-examples

Folders and files

NameName
Last commit message
Last commit date
Mar 4, 2025
Jul 23, 2024
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Jun 30, 2022
Jun 21, 2023
May 26, 2023
Oct 5, 2022
Jun 30, 2022
Jun 30, 2022
Oct 25, 2022
Jul 23, 2024

Repository files navigation

axe Watcher Examples

Running an Example

  1. Set up an axe Watcher API key
  2. Select an example (eg cypress/basic)
  3. Install the example's dependencies
    cd cypress/basic
    npm install
  4. Set your API key as an environment variable and run npm test
    API_KEY="YOUR API KEY" npm test
  5. If you are using an axe DevTools server other than axe.deque.com, specify its URL as an environment variable as well
    SERVER_URL="https://axe.yourcompany.com" API_KEY="YOUR API KEY" npm test