Context manager for running test scenarios with Allure integration

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

#ctx: Record<string, any> = {}
metaKey: symbol = ScenarioSymbol

Methods

  • Execute a step with Allure reporting

    Parameters

    • step: (() => void | Promise<void>)

      Step function to execute

        • (): void | Promise<void>
        • Returns void | Promise<void>

    Returns Promise<void>

    Promise that resolves when step completes