MerchantryTidbits

frontend-tooling / library

axe-core

Capability: axe-core

Use it when

  • add automated accessibility assertions to browser and component tests
  • detect common WCAG violations before release

What it solves

Not the fit when

  • automated checks do not replace manual accessibility testing

Install

npm install --save-dev axe-core

Invoke

Inject axe into the rendered page or use a framework adapter, run `axe.run`, and fail the test on selected accessibility violations.

Alternatives

No reviewed alternatives recorded yet.