UNPKG

playwright-performance-reporter

Version:

Measure and publish performance metrics from browser dev-tools when running playwright

8 lines (7 loc) 223 B
import { type MeasurePlugin } from '../../../types/index.js'; /** * Activates the `Performance.*` domain in CDP * * @param developmentTools client for CDP */ export declare const performanceDomainPlugin: MeasurePlugin;