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

    接口 PredictionResult

    interface PredictionResult {
        testId: string;
        willFail: boolean;
        probability: number;
        confidence: number;
        signals: PredictionSignal[];
        recommendedAction: string;
        predictedAt: number;
    }
    索引

    属性

    testId: string
    willFail: boolean
    probability: number
    confidence: number
    signals: PredictionSignal[]
    recommendedAction: string
    predictedAt: number