This repository allows you to quickly install the warp speed accessibility and vast coverage tool A11yWatch Lite into a Ddev project using the instructions below.
For DDEV v1.23.5 or above run
ddev add-on get a11ywatch/ddev-a11ywatch
For earlier versions of DDEV run
ddev get a11ywatch/ddev-a11ywatch
Afterwards, run ddev restart
This A11yWatch recipe for ddev installs a .ddev/docker-compose.a11ywatch-standalone.yaml
using the A11yWatch
stand-alone docker image.
- 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
.
- 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.
- Add web panel option start using the
a11ywatch/web
image.
Contributed by j-mendez