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

    Interface TestComplianceReport

    Full compliance report written to disk.

    interface TestComplianceReport {
        compliancePercentage: number;
        compliantTests: number;
        mixedTests: number;
        rawPlaywrightTests: number;
        tests: readonly TestComplianceEntry[];
        timestamp: string;
        totalTests: number;
    }
    Index

    Properties

    compliancePercentage: number
    compliantTests: number
    mixedTests: number
    rawPlaywrightTests: number
    tests: readonly TestComplianceEntry[]
    timestamp: string
    totalTests: number