externalJasmineAdapter
Implements
Index
Constructors
Methods
Constructors
externalconstructor
Parameters
externalconfig: JasmineConfig
externalloader: ModuleLoader
Returns JasmineAdapter
Methods
externalsuccessThreshold
Scenario success threshold for this test runner.
Returns Outcome | { Code: number }
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>
Allows for programmatic execution of Jasmine test scenarios, using
SerenityReporterForJasmine
to report progress.Learn more
TestRunnerAdapter