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

    接口 PlaywrightConfigOptions

    interface PlaywrightConfigOptions {
        config: TestConfig;
        shardIndex?: number;
        shardTotal?: number;
        grepPattern?: string;
        grepInvert?: string;
        tagFilter?: string[];
        updateSnapshots?: boolean;
        projectFilter?: string;
    }
    索引

    属性

    config: TestConfig
    shardIndex?: number
    shardTotal?: number
    grepPattern?: string
    grepInvert?: string
    tagFilter?: string[]
    updateSnapshots?: boolean
    projectFilter?: string