UNPKG

playwright-performance

Version:

Playwright plugin for analyzing test flow performance

4 lines (3 loc) 191 B
import { PerformanceOptions } from './performance-fixture'; declare function extendPlaywrightPerformance(customOptions?: PerformanceOptions): any; export default extendPlaywrightPerformance;