UNPKG

playwright-sniff

Version:

Monitoring library for Playwright that measures action times, catches showstoppers and generates reports

3 lines (2 loc) 108 B
import { TestReport } from "./types"; export declare function generateReportHTML(data: TestReport): string;