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

    接口 FailureAnalysis

    interface FailureAnalysis {
        testId: string;
        title: string;
        failureReason: string;
        category: "assertion" | "timeout" | "network" | "selector" | "unknown";
        suggestions: string[];
        occurrences: number;
        lastOccurrence: number;
    }
    索引

    属性

    testId: string
    title: string
    failureReason: string
    category: "assertion" | "timeout" | "network" | "selector" | "unknown"
    suggestions: string[]
    occurrences: number
    lastOccurrence: number