UNPKG

playwright-performance-reporter

Version:

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

8 lines (7 loc) 136 B
/** * Options for json chunk presenter */ export type JsonChunkPresenterOptions = { outputDir: string; outputFile: string; };