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

    接口 AgentHealResult

    interface AgentHealResult {
        testId: string;
        testTitle: string;
        patches: HealerPatch[];
        healed: boolean;
        roundsUsed: number;
    }
    索引

    属性

    testId: string
    testTitle: string
    patches: HealerPatch[]
    healed: boolean
    roundsUsed: number