UNPKG

playwright-performance-reporter

Version:

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

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