UNPKG

axe-playwright-report

Version:

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

5 lines (4 loc) 136 B
import { axeScan } from './axeDecorator'; import axeBuildReport from "./axeBuildReport"; export { axeScan }; export { axeBuildReport };