UNPKG

wdio-performancetotal-service

Version:

WebdriverIO service for analyzing test flow performance

15 lines (14 loc) 261 B
export declare class PartialLogEntry { name: string; id: string; type: StepType; time: number; displayTime: string; instanceId: string; brName: string; constructor(); } export declare enum StepType { Start = 0, End = 1 }