externalTestRunnerAdapter
Index
Methods
externalload
Loads test scenarios.
Parameters
externalpathsToScenarios: string[]
Returns Promise<void>
externalscenarioCount
Returns the number of loaded scenarios
Returns number
externalrun
Runs loaded test scenarios.
Returns Promise<void>
externalsuccessThreshold
Scenario success threshold for this test runner.
Returns Outcome | { Code: number }
Describes an adapter needed to run a given type of tests programmatically