Skip to content

Container image to help run automated accessibility tests

Notifications You must be signed in to change notification settings

Kinoba/axe-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Axe dockerized

Usage

docker run --rm kinoba/axe-dockerized bash -c 'axe --stdout https://recette.kinoba.fr --show-errors --chrome-options='no-sandbox,disable-setuid-sandbox,disable-dev-shm-usage' | jq ".[0].violations | length"'

Available tools

For now this image is able to run:

  • axe

Contribute

docker build -t kinoba/axe-dockerized -f Containerfile .

TODO

About

Container image to help run automated accessibility tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published