Skip to content

orenfromberg/axe-puppeteer-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

docker build -t axe-puppeteer-ci .

run

scan a single page:

docker run --init -it --rm --cap-add=SYS_ADMIN axe-puppeteer-ci https://www.google.com

scan multiple pages:

docker run --init -it --rm --cap-add=SYS_ADMIN axe-puppeteer-ci https://www.google.com https://www.yahoo.com https://www.bing.com