TestCaseResultsData interface

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

Properties

contextPoint

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

results

Use to store the results displayed in the table

testCaseName

Test Case Name to be displayed in the table header

Property Details

contextPoint

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

contextPoint: TestPointDetailedReference

Property Value

results

Use to store the results displayed in the table

results: TestCaseAssociatedResult[]

Property Value

testCaseName

Test Case Name to be displayed in the table header

testCaseName: string

Property Value

string