@salesforce/agents
    Preparing search index...

    Type Alias CreateAgentTesterOptions

    type CreateAgentTesterOptions = {
        explicitType?: TestRunnerType;
        runId?: string;
        testDefinitionName?: string;
    }
    Index

    Properties

    explicitType?: TestRunnerType

    Explicit runner type — always wins, no detection performed.

    runId?: string

    Existing run ID; prefix is used for instant detection without a network call.

    testDefinitionName?: string

    Test definition name; triggers an org metadata query as last resort.