UNPKG

playwright-performance-reporter

Version:

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

9 lines (8 loc) 267 B
import { type MeasurePlugin } from '../../../types/index.js'; /** * Triggers the heap gargabe collection. * Requires the `HeapProfiler` to be activated * * @param developmentTools client for CDP */ export declare const heapGarbageCollectorPlugin: MeasurePlugin;