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

    接口 ArtifactConfig

    interface ArtifactConfig {
        enabled: boolean;
        screenshots: "off" | "on" | "only-on-failure";
        videos: "off" | "on" | "retain-on-failure" | "on-first-retry";
        downloads?: boolean;
        outputDir?: string;
        maxFileSize?: number;
    }
    索引

    属性

    enabled: boolean
    screenshots: "off" | "on" | "only-on-failure"
    videos: "off" | "on" | "retain-on-failure" | "on-first-retry"
    downloads?: boolean
    outputDir?: string
    maxFileSize?: number