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

    Command registration and execution options

    interface CommandOptions {
        command: string;
        title: string;
        category?: string;
        when?: string;
        handler: CommandHandler;
    }
    Index

    Properties

    command: string
    title: string
    category?: string
    when?: string