Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface TestAssertion

    interface TestAssertion {
        description: string;
        metricName?: string;
        type: AssertionType;
        value: string | number;
    }
    Index
    description: string
    metricName?: string
    value: string | number