UNPKG

playwright-performance

Version:

Playwright plugin for analyzing test flow performance

13 lines (12 loc) 253 B
export declare class PerformanceResult { name: string; brName: string; avgTime: number; sem: number; repeats: number; minValue: number; maxValue: number; earliestTime: string; latestTime: string; constructor(); }