Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SakuliRunner

Hierarchy

  • SakuliRunner

Implements

Index

Constructors

Properties

lifecycleHooks: TestExecutionLifecycleHooks<any>[]
testExecutionContext: TestExecutionContext
testFileExecutor: TestScriptExecutor = ...

Methods

  • execute(project: Project): Promise<any>
  • Tears up all lifecycle-hooks, merges their results of getContext and pass this result to the testFile Executor Tears down all service providers after execution of each testFile

    Parameters

    • project: Project

      The Project Structure found by a Project loader

    Returns Promise<any>

    a merged object from all provided contexts after their execution