UNPKG

axe-playwright-report

Version:

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

6 lines (5 loc) 156 B
import type { Reporter } from '@playwright/test/reporter'; declare class AxeReporter implements Reporter { onEnd(): void; } export default AxeReporter;