UNPKG

axe-playwright-report

Version:

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

10 lines (9 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const buildReport_1 = require("./buildReport"); class AxeReporter { onEnd() { (0, buildReport_1.main)(); } } exports.default = AxeReporter;