Behave Test Runner Extension - v1.1.7
    Preparing search index...

    Interface TestExecutionOptions

    Test execution options

    interface TestExecutionOptions {
        filePath: string;
        lineNumber?: number;
        scenarioName?: string;
        debug?: boolean;
        tags?: string;
        parallel?: boolean;
        outputFormat?: string;
        dryRun?: boolean;
    }
    Index

    Properties

    filePath: string
    lineNumber?: number
    scenarioName?: string
    debug?: boolean
    tags?: string
    parallel?: boolean
    outputFormat?: string
    dryRun?: boolean