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

    接口 HealerPatch

    interface HealerPatch {
        testId: string;
        testTitle: string;
        filePath: string;
        originalCode: string;
        patchedCode: string;
        unifiedDiff: string;
        confidence: number;
        reason: string;
        appliedAt?: number;
        appliedBy?: "auto" | "manual";
        verified?: boolean;
        lineNumber?: number;
        context?: string;
    }
    索引

    属性

    testId: string
    testTitle: string
    filePath: string
    originalCode: string
    patchedCode: string
    unifiedDiff: string
    confidence: number
    reason: string
    appliedAt?: number
    appliedBy?: "auto" | "manual"
    verified?: boolean
    lineNumber?: number
    context?: string