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

    Handles execution of Behave tests

    Index

    Constructors

    • Parameters

      • workspace: typeof workspace = vscode.workspace
      • window: typeof window = vscode.window
      • debug: typeof debug = vscode.debug

      Returns TestExecutor

    Methods

    • Run a feature file (legacy method for backward compatibility)

      Parameters

      • filePath: string

        Path to the feature file

      Returns Promise<void>

    • Discover all feature files in the workspace

      Returns Promise<string[]>

      Array of feature file paths

    • Run all feature files in parallel

      Returns Promise<void>

    • Validate that behave is installed

      Returns boolean

      True if behave is available

    • Dispose of the terminal when the executor is no longer needed

      Returns void