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

    接口 AnnotationConfig

    interface AnnotationConfig {
        enabled: boolean;
        respectSkip: boolean;
        respectOnly: boolean;
        respectFail: boolean;
        respectSlow: boolean;
        respectFixme: boolean;
        customAnnotations: Record<
            string,
            { action: "skip"
            | "fail"
            | "slow"
            | "mark" },
        >;
    }
    索引

    属性

    enabled: boolean
    respectSkip: boolean
    respectOnly: boolean
    respectFail: boolean
    respectSlow: boolean
    respectFixme: boolean
    customAnnotations: Record<string, { action: "skip" | "fail" | "slow" | "mark" }>