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

    接口 CorrelationGroup

    interface CorrelationGroup {
        groupId: string;
        testIds: string[];
        testTitles: string[];
        correlationType: CorrelationType;
        confidence: number;
        evidence: string;
    }
    索引

    属性

    groupId: string
    testIds: string[]
    testTitles: string[]
    correlationType: CorrelationType
    confidence: number
    evidence: string