Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Interface ControlTreeReport

    Complete control tree report structure.

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

    Properties

    failedTests: readonly ControlTreeTestEntry[]

    Failed test entries with their control tree snapshots.

    timestamp: string

    ISO 8601 timestamp when the report was generated.