Skip to content

a11ywatch/ddev-a11ywatch

Repository files navigation

tests project is maintained

What is this?

This repository allows you to quickly install the warp speed accessibility and vast coverage tool A11yWatch Lite into a Ddev project using just ddev get a11ywatch/ddev-a11ywatch.

Installation

  1. ddev get a11ywatch/ddev-a11ywatch
  2. ddev restart

Explanation

This A11yWatch recipe for ddev installs a .ddev/docker-compose.a11ywatch-standalone.yaml using the A11yWatch stand-alone docker image.

Interacting with A11yWatch

  • The A11ywatch instance will listen on TCP port 3280 (the A11yWatch default) and port 50050 for gRPC.
  • Configure your application to access A11ywatch on the host:port a11ywatch:3280.

Additional Resources

  • To get detailed infromation on how to interact or commincate with the A11yWatch API Info A11yWatch.
  • The A11yWatch CLI is helpful to perform automated task using the gRPC client.

Todo

  1. Add web panel option start using the a11ywatch/web image.

Contributed by j-mendez