项目作者: pdehaan

项目描述 :
Puppeteer <3 Axe
高级语言: JavaScript
项目地址: git://github.com/pdehaan/puppeteer-a11y-cli.git
创建时间: 2020-04-15T20:40:26Z
项目社区:https://github.com/pdehaan/puppeteer-a11y-cli

开源协议:Mozilla Public License 2.0

下载


puppeteer-a11y-cli

USAGE

  1. npx pdehaan/puppeteer-a11y-cli https://mozilla.org

NOTE: This isn’t super fast or efficient since running via npx will cause the Chromium binary to be downloaded for each execution.

By default, reports are saved to a ./reports/ folder (which will be created if it doesn’t exist). If you want to change the output folder or set it to the current directory, you can set the REPORT_DIR environment variable, like so:

  1. REPORT_DIR="./" npx pdehaan/puppeteer-a11y-cli https://mozilla.org