core-utils
    Preparing search index...
    interface LlmTestReport {
        durationMs: number;
        environment: TestEnvironment;
        globalErrors: GlobalError[];
        schemaVersion: 1;
        summary: TestSummary;
        tests: LlmTestEntry[];
        timestamp: string;
    }
    Index

    Properties

    durationMs: number
    environment: TestEnvironment
    globalErrors: GlobalError[]
    schemaVersion: 1
    summary: TestSummary
    tests: LlmTestEntry[]
    timestamp: string