Member Junction
    Preparing search index...

    One check-BUNDLE selection inside an integration Test's Configuration.

    interface IntegrationCheckSelection {
        config?: IntegrationCheckSelectionConfig;
        type: string;
    }
    Index

    Properties

    Properties

    Optional per-bundle gating knobs.

    type: string

    Bundle name resolved at runtime via IntegrationCheckRegistry.GetBundle, e.g. "server-cache" / "runquery-cache" / "client-cache". Free-text, like the existing Configuration.oracles[].type pattern; the driver expands it to the bundle's ordered NamedCheck[].