@axe-core/pupeeteer

Provides a chainable axe API for Puppeteer and automatically injects into all frames

Usage no npm install needed!

<script type="module">
  import axeCorePupeeteer from 'https://cdn.skypack.dev/@axe-core/pupeeteer';
</script>

README

axe-core-npm

CircleCI Join our Slack chat

Development

Fetch dependencies and link packages together:

npm install
npm run bootstrap

Run the linter:

npm run lint

Run the code formatter:

npm run fmt