UNPKG

val-a11y

Version:

Cypress plugin to perform configurable accessibility tests using AXE. It provides a list of violations and detailed information in the Cypress log, and generates an HTML document that includes screenshots of each violation on the page. The plugin leverage

9 lines 125 B
{ "compilerOptions": { "types": [ "cypress", "cypress-axe" ], "typeRoots": ["val-a11y.d.ts"], } }