Functions
createTestCaseClass
- createTestCaseClass(ctx: TestExecutionContext, project: Project, currentTestFolder: Maybe<string>, testStepCache?: TestStepCache): typeof SakuliTestCase
Parameters
ctx: TestExecutionContext
project: Project
currentTestFolder: Maybe<string>
testStepCache: TestStepCache = ...
Returns typeof SakuliTestCase
Const default
- default(registry: SakuliPresetRegistry): void
Parameters
registry: SakuliPresetRegistry
Returns void