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

    Interface ControlTreeReporterOptions

    Options for the ControlTreeReporter.

    const options: ControlTreeReporterOptions = {
    outputDir: 'test-results/praman-reports',
    };
    interface ControlTreeReporterOptions {
        outputDir?: string;
    }
    Index

    Properties

    Properties

    outputDir?: string

    Output directory for report files. Defaults to 'test-results/praman-reports'.