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

    接口 CodeChangeCorrelation

    interface CodeChangeCorrelation {
        commitHash: string;
        commitMessage: string;
        timestamp: number;
        author: string;
        affectedFiles: string[];
        correlationScore: number;
        flakyRateBefore: number;
        flakyRateAfter: number;
    }
    索引

    属性

    commitHash: string
    commitMessage: string
    timestamp: number
    author: string
    affectedFiles: string[]
    correlationScore: number
    flakyRateBefore: number
    flakyRateAfter: number