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

    接口 OrchestrationConfig

    interface OrchestrationConfig {
        totalShards: number;
        shardIndex: number;
        testAssignment: TestAssignment[];
        strategy: "distributed" | "weighted" | "intelligent";
        flakyTests?: string[];
        quarantinedTests?: string[];
    }
    索引

    属性

    totalShards: number
    shardIndex: number
    testAssignment: TestAssignment[]
    strategy: "distributed" | "weighted" | "intelligent"
    flakyTests?: string[]
    quarantinedTests?: string[]