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

    接口 TrendAnalysis

    interface TrendAnalysis {
        testId: string;
        direction: TrendDirection;
        slope: number;
        r2: number;
        dataPoints: TrendDataPoint[];
        changePoints: ChangePoint[];
        seasonalPattern: SeasonalPattern | null;
        codeChangeCorrelations: CodeChangeCorrelation[];
        forecast: TrendForecast;
        analyzedAt: number;
    }
    索引

    属性

    testId: string
    direction: TrendDirection
    slope: number
    r2: number
    dataPoints: TrendDataPoint[]
    changePoints: ChangePoint[]
    seasonalPattern: SeasonalPattern | null
    codeChangeCorrelations: CodeChangeCorrelation[]
    forecast: TrendForecast
    analyzedAt: number