Skip to main content
Version: 1.x

Interface: ControlTreeReport

Complete control tree report structure.

Example

const report: ControlTreeReport = {
timestamp: '2026-03-29T10:30:00.000Z',
failedTests: [entry1, entry2],
};

Properties

failedTests

readonly failedTests: readonly ControlTreeTestEntry[]

Failed test entries with their control tree snapshots.


timestamp

readonly timestamp: string

ISO 8601 timestamp when the report was generated.