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

    接口 QuarantineStrategy

    interface QuarantineStrategy {
        testId: string;
        strategy: QuarantineStrategyType;
        isolationLevel: IsolationLevel;
        retryPolicy: RetryPolicy;
        reason: string;
        expiresAt?: number;
    }
    索引

    属性

    testId: string
    isolationLevel: IsolationLevel
    retryPolicy: RetryPolicy
    reason: string
    expiresAt?: number