UNPKG

axe-playwright-report

Version:

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

6 lines (5 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.axeScan = void 0; const axeDecorator_1 = require("./axeDecorator"); Object.defineProperty(exports, "axeScan", { enumerable: true, get: function () { return axeDecorator_1.axeScan; } });