UNPKG

wdio-performancetotal-service

Version:

WebdriverIO service for analyzing test flow performance

14 lines (13 loc) 292 B
export declare class PerformanceLogEntry { name: string; id: string; instanceId: string; startTime: number; endTime: number; startDisplayTime: string; duration: number; isTestPassed: boolean; brName: string; constructor(); getDuration(): number; }