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

    Interface ParallelExecutionOptions

    Parallel execution options

    interface ParallelExecutionOptions {
        featureFiles: string[];
        maxProcesses: number;
        tags?: string;
        outputFormat?: string;
        dryRun?: boolean;
    }
    Index

    Properties

    featureFiles: string[]
    maxProcesses: number
    tags?: string
    outputFormat?: string
    dryRun?: boolean