AutoBE
    Preparing search index...

    Interface IAutoBeDebugRuntimeProviderFailure

    Provider-level aggregation for failed runtime tests.

    interface IAutoBeDebugRuntimeProviderFailure {
        endpoints: string[];
        failed: number;
        failureKinds?: string[];
        location: string;
        testNames?: string[];
    }
    Index

    Properties

    endpoints: string[]

    Endpoint keys represented by this provider failure aggregate.

    failed: number

    Total failed e2e operation count routed to this provider.

    failureKinds?: string[]

    Compact failure categories observed for this provider.

    location: string

    Realize provider file path, when the failure can be mapped to one.

    testNames?: string[]

    Failed runtime test names routed to this provider.