arga11y
v0.9.3
Published
Verify compliance of one or multiple URLs with Argentine accessibility regulations, based on WCAG 2.0, using JSON results from pa11y-ci. Generate a detailed HTML report highlighting accessibility non-compliance or conformity.
Downloads
27
Maintainers
Readme
Arga11y
About
ArgA11y is a tool that generates HTML reports based on Pa11y JSON report data, with a specific focus on Argentina's accessibility regulations. It's designed as a CLI tool for integration into CI/CD pipelines, enabling the approval or denial of web application deployments. ArgA11y is available as an npm package and a Docker image in both the npm and Docker registries.
How to use NPM package
- Install node
- Install package
npm install arga11y -g
- Use package
arga11y <path pa11y results json>
How to use docker image
- Install Docker
- Pull docker image
docker pull registry.hub.docker.com/martinivaldi/arga11y
- Use docker image in a container (`you should pass a pa11y result json file to analyze and probably change CMD script if you use another name for the json than the default )
docker run -t registry.hub.docker.com/martinivaldi/arga11y