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

    Parser for Gherkin feature files

    Index

    Constructors

    Methods

    • Provide CodeLens for scenarios in a feature file

      Parameters

      • content: string

        Feature file content

      • filePath: string

        Path to the feature file

      Returns CodeLens[]

      Array of CodeLens

    • Check if a file is a valid feature file

      Parameters

      • filePath: string

        Path to check

      Returns boolean

      True if it's a feature file

    • Get all feature files in a directory

      Parameters

      • directory: string

        Directory to search

      • depth: number = 0

        Current recursion depth (internal use)

      Returns string[]

      Array of feature file paths