API Reference
summary | ||
public |
Jasmine reporter that translates Jasmine-specific test events to Serenity/JS events. |
|
public |
F bootstrap(jasmine: jasmine): SerenityReporterForJasmine Monkey-patches Jasmine's Suite and Spec so that they provide more accurate information and returns a bootstrapped instance of the SerenityReporterForJasmine to be registered with Jasmine. |
|
public |
F monkeyPatched(jasmineConstructor: *, wrappers: object): * Monkey-patches Jasmine domain model constructors so that they record information about the file system location of the caller function. |
adapter
summary | ||
public |
Allows for programmatic execution of Jasmine test scenarios, using SerenityReporterForJasmine to report progress. |
|
public |
Configuration object that will be passed to the JasmineRunner. |