@yuantest/playwright - v1.0.5
    正在准备搜索索引...

    接口 FlakyTest

    interface FlakyTest {
        testId: string;
        title: string;
        failureRate: number;
        totalRuns: number;
        lastFailure?: number;
        isQuarantined: boolean;
        history: FlakyHistoryEntry[];
    }
    索引

    属性

    testId: string
    title: string
    failureRate: number
    totalRuns: number
    lastFailure?: number
    isQuarantined: boolean