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

    接口 VisualTestingConfig

    interface VisualTestingConfig {
        enabled: boolean;
        threshold: number;
        maxDiffPixelRatio: number;
        maxDiffPixels: number;
        updateSnapshots: boolean;
        compareWith?: string;
        outputDir?: string;
    }
    索引

    属性

    enabled: boolean
    threshold: number
    maxDiffPixelRatio: number
    maxDiffPixels: number
    updateSnapshots: boolean
    compareWith?: string
    outputDir?: string