Function Step

  • Step decorator for marking scenario methods

    Parameters

    • Optional name: string

      Optional step name for Allure reporting

    Returns ((target, context) => void)

    Method decorator

      • (target, context): void
      • Parameters

        • target: any
        • context: any

        Returns void