UNPKG

playwright-performance-reporter

Version:

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

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