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

45 lines 1.39 kB
{ "name": "val-a11y", "version": "1.0.5", "description": "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 leverages both cypress-axe and axe-core to deliver comprehensive accessibility testing.", "main": "src/index.js", "scripts": { "cy:open": "cypress open --e2e --browser chrome", "cy:run": "cypress run --e2e --browser chrome" }, "exports": { ".": "./src/index.js", "./accessibility-tasks": "./src/accessibility-tasks.js" }, "repository": { "type": "git", "url": "git+https://github.com/sclavijosuero/wick-a11y.git" }, "keywords": [ "plugin", "cypress", "a11y", "accessibility", "axe", "ada", "wcag", "wick" ], "author": "Valiantsin Lutchanka", "license": "MIT", "bugs": { "url": "https://github.com/sclavijosuero/wick-a11y/issues" }, "homepage": "https://github.com/sclavijosuero/wick-a11y#readme", "peerDependencies": { "cypress-axe": "^1.6.0" }, "devDependencies": { "eslint": "^8.53.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-no-only-tests": "^3.3.3" }, "dependencies": { "fs-extra": "^11.2.0" } }