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

    Methods

    • Detect the best Python command for running behave

      Returns Promise<string>

      Promise The detected Python command

    • Get the behave command with proper Python prefix

      Returns Promise<string>

      Promise The behave command (e.g., 'python3 -m behave')

    • Test if behave is available with the given command

      Parameters

      • command: string

        The command to test

      Returns Promise<boolean>

      Promise True if behave is available

    • Detect if a virtual environment is active by running a Python command Returns the path to the venv Python if found, else null

      Returns Promise<null | string>

    • Get the best behave command, preferring venv Python if found

      Returns Promise<string>