This data model is used in TestCaseResultsDataProvider and populates the data required for initial page load

interface TestCaseResultsData {
    contextPoint?: TestPointDetailedReference;
    results: TestCaseAssociatedResult[];
    testCaseName: string;
}

Properties

Point information from where the execution history was viewed. Used to set initial filters.

Use to store the results displayed in the table

testCaseName: string

Test Case Name to be displayed in the table header