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