Interface: ControlTreeReport
Complete control tree report structure.
Example
const report: ControlTreeReport = {
timestamp: '2026-03-29T10:30:00.000Z',
failedTests: [entry1, entry2],
};
Properties
failedTests
readonlyfailedTests: readonlyControlTreeTestEntry[]
Failed test entries with their control tree snapshots.
timestamp
readonlytimestamp:string
ISO 8601 timestamp when the report was generated.