@salesforce/agents
    Preparing search index...

    Type Alias TestSpec

    type TestSpec = {
        description?: string;
        name: string;
        subjectName: string;
        subjectType: "AGENT";
        subjectVersion?: string;
        testCases: TestCase[];
    }
    Index

    Properties

    description?: string
    name: string
    subjectName: string
    subjectType: "AGENT"
    subjectVersion?: string
    testCases: TestCase[]