UNPKG

playwright-performance

Version:

Playwright plugin for analyzing test flow performance

5 lines (4 loc) 312 B
import extendPlaywrightPerformance from './src/extend-playwright-performance'; import type { PerformanceOptions, PerformanceWorker, PlaywrightPerformance } from './src/performance-fixture'; export default extendPlaywrightPerformance; export type { PerformanceOptions, PlaywrightPerformance, PerformanceWorker };