UNPKG

playwright-performance-reporter

Version:

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

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