Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TestExecutionContext

An execution-context is the main bridge between sakuli and any api that runs on sakuli

Hierarchy

  • EventEmitter
    • TestExecutionContext

Implements

Index

Constructors

Properties

endDate: null | Date = null
error: Maybe<Error>
logger: SimpleLogger
startDate: null | Date = null
testSuites: TestSuiteContext[] = []

Accessors

  • get duration(): number

Methods

  • endExecution(): void
  • endTestAction(): void
  • endTestCase(): void
  • endTestStep(): void
  • endTestSuite(): void
  • startExecution(): void
  • toJson(): TestExecutionContextRaw