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

    Interface FeatureExecutionOptions

    Feature file execution options

    interface FeatureExecutionOptions {
        filePath: string;
        tags?: string;
        parallel?: boolean;
        outputFormat?: string;
        dryRun?: boolean;
    }
    Index

    Properties

    filePath: string
    tags?: string
    parallel?: boolean
    outputFormat?: string
    dryRun?: boolean