interface TestExecutionReportData {
    reportData?: DatedTestFieldData[];
}

Properties

Properties

reportData?: DatedTestFieldData[]