• Execute a Cucumber test run and return the overall result

    Parameters

    • options: IRunOptions

      Options for the run, obtainable via loadConfiguration

    • environment: IRunEnvironment = {}

      Project environment

    • Optional onMessage: ((message) => void)

      Callback fired each time Cucumber emits a message

        • (message): void
        • Parameters

          • message: Envelope

          Returns void

    Returns Promise<IRunResult>

Generated using TypeDoc