UNPKG

axe-playwright-report

Version:

Playwright + axe-core integration to run accessibility scans and build HTML dashboard reports.

55 lines 1.32 kB
{ "name": "axe-playwright-report", "version": "1.2.4", "description": "Playwright + axe-core integration to run accessibility scans and build HTML dashboard reports.", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./axeBuildReport": "./dist/axeBuildReport.js" }, "types": "dist/index.d.ts", "bin": { "axe-playwright-report": "cli.js" }, "scripts": { "build": "tsc && cp buildReport.js dist/", "prepublishOnly": "npm run build", "build-report": "build-report", "test": "echo \"No tests yet\" && exit 0" }, "files": [ "dist", "README.md", "buildReport.js", "LICENSE", "disabilityAffectedData", "styles.css", "main.js", "index.template.html" ], "keywords": [ "accessibility", "axe-core", "playwright", "report", "dashboard", "a11y" ], "author": "Yevhenii Otsevych", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/eotsevych/axe-playwright-report.git" }, "peerDependencies": { "@playwright/test": ">=1.44.0", "@axe-core/playwright": ">=4.10.0" }, "devDependencies": { "@axe-core/playwright": "^4.11.0", "@playwright/test": "^1.56.1", "@types/node": "^20.8.0", "dotenv": "^16.3.1", "typescript": "^5.2.2" } }