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

    接口 TraceConfig

    interface TraceConfig {
        enabled: boolean;
        mode: "off" | "on" | "retain-on-failure" | "on-first-retry";
        screenshots: boolean;
        snapshots: boolean;
        sources: boolean;
        attachments: boolean;
        outputDir?: string;
    }
    索引

    属性

    enabled: boolean
    mode: "off" | "on" | "retain-on-failure" | "on-first-retry"
    screenshots: boolean
    snapshots: boolean
    sources: boolean
    attachments: boolean
    outputDir?: string