Member Junction
    Preparing search index...

    Extended test run data with human feedback included

    interface TestRunWithFeedback {
        autoScore: number | null;
        cost: number;
        duration: number;
        executionStatus: ExecutionStatus;
        failedChecks: number | null;
        feedbackId: string | null;
        hasHumanFeedback: boolean;
        humanComments: string | null;
        humanIsCorrect: boolean | null;
        humanRating: number | null;
        id: string;
        originalStatus: string;
        passedChecks: number | null;
        runDateTime: Date;
        tags: string[];
        targetLogID: string | null;
        targetType: string | null;
        testId: string;
        testName: string;
        totalChecks: number | null;
    }
    Index

    Properties

    autoScore: number | null
    cost: number
    duration: number
    executionStatus: ExecutionStatus
    failedChecks: number | null
    feedbackId: string | null
    hasHumanFeedback: boolean
    humanComments: string | null
    humanIsCorrect: boolean | null
    humanRating: number | null
    id: string
    originalStatus: string
    passedChecks: number | null
    runDateTime: Date
    tags: string[]
    targetLogID: string | null
    targetType: string | null
    testId: string
    testName: string
    totalChecks: number | null