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

    Provides test discovery and execution for Behave tests

    Index

    Constructors

    Methods

    • Update test status in the cache

      Parameters

      • testId: string
      • status: "started" | "passed" | "failed"

      Returns void

    • Add a feature file to the test controller with proper gutter button hierarchy

      Parameters

      • file: Uri

        Feature file URI

      Returns Promise<void>

    • Get cache statistics for monitoring

      Returns {
          size: number;
          maxSize: number;
          oldestEntry: null | number;
          newestEntry: null | number;
      }

      Cache statistics