Member Junction
    Preparing search index...

    Data for a single cell in the test results matrix

    interface MatrixCellData {
        cost: number | null;
        duration: number | null;
        score: number | null;
        status: string;
        testId: string;
        testName: string;
        testRunId: string;
    }
    Index

    Properties

    cost: number | null

    Cost in USD

    duration: number | null

    Duration in seconds

    score: number | null

    Test score (0-1)

    status: string

    Test status

    testId: string

    Test ID

    testName: string

    Test name

    testRunId: string

    Test run ID for navigation