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

    Interface BehaveTestRunnerConfig

    Configuration for the Behave Test Runner extension

    interface BehaveTestRunnerConfig {
        behaveCommand: string;
        workingDirectory: string;
        autoDiscoverTests: boolean;
        enableCodeLens: boolean;
        enableTestExplorer: boolean;
        priority: string;
        testFilePattern: string;
        parallelExecution: boolean;
        maxParallelProcesses: number;
        outputFormat: string;
        tags: string;
        dryRun: boolean;
    }
    Index

    Properties

    behaveCommand: string
    workingDirectory: string
    autoDiscoverTests: boolean
    enableCodeLens: boolean
    enableTestExplorer: boolean
    priority: string
    testFilePattern: string
    parallelExecution: boolean
    maxParallelProcesses: number
    outputFormat: string
    tags: string
    dryRun: boolean