UNPKG

odhin-reports-playwright

Version:
15 lines (14 loc) 329 B
export interface ExecProjectInfo { project: string; color: string; totalPassed: number; totalFailed: number; totalTimedOut: number; totalSkipped: number; totalInterrupted: number; totalFlaky: number; totalTests: number; totalDuration: number; startTime: string; endTime: string; }