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

    接口 TagConfig

    interface TagConfig {
        enabled: boolean;
        include?: string[];
        exclude?: string[];
        require?: string[];
    }
    索引

    属性

    enabled: boolean
    include?: string[]
    exclude?: string[]
    require?: string[]