core-utils
    Preparing search index...
    interface LlmTestEntry {
        annotations: { description?: string; type: string }[];
        attachments: TestAttachment[];
        durationMs: number;
        errors: TestError[];
        flaky: boolean;
        id: string;
        location: TestLocation;
        project: string;
        retries: number;
        status: TestStatus;
        stderr: string;
        stdout: string;
        tags: string[];
        title: string;
    }
    Index

    Properties

    annotations: { description?: string; type: string }[]
    attachments: TestAttachment[]
    durationMs: number
    errors: TestError[]
    flaky: boolean
    id: string
    location: TestLocation
    project: string
    retries: number
    status: TestStatus
    stderr: string
    stdout: string
    tags: string[]
    title: string