Member Junction
    Preparing search index...
    interface TestOutcome {
        DurationMs: number;
        Error?: string;
        Name: string;
        Passed: boolean;
        Skipped?: boolean;
    }
    Index

    Properties

    DurationMs: number
    Error?: string
    Name: string
    Passed: boolean
    Skipped?: boolean

    True when the check was gated off (mutation/live-model tier) rather than executed.