core-utils
    Preparing search index...
    interface AttemptResult {
        attachments: TestAttachment[];
        attempt: number;
        consoleMessages: ConsoleEntry[];
        durationMs: number;
        error?: TestError;
        failureArtifacts?: FailureArtifacts;
        network: NetworkRequest[];
        parallelIndex: number;
        startTime: string;
        status: TestStatus;
        stderr: string;
        stdout: string;
        steps: FlatStep[];
        timeline: TimelineEntry[];
        workerIndex: number;
    }
    Index

    Properties

    attachments: TestAttachment[]
    attempt: number
    consoleMessages: ConsoleEntry[]
    durationMs: number
    error?: TestError
    failureArtifacts?: FailureArtifacts
    network: NetworkRequest[]
    parallelIndex: number
    startTime: string
    status: TestStatus
    stderr: string
    stdout: string
    steps: FlatStep[]
    timeline: TimelineEntry[]
    workerIndex: number