Executable Specifications Description Identifier SerenityReporterForJasmine SerenityReporterForJasmine notifies Serenity when - the test run - ends SerenityReporterForJasmine#jasmineDone the test suite - starts SerenityReporterForJasmine#suiteStarted ends SerenityReporterForJasmine#suiteStarted SerenityReporterForJasmine#suiteDone ends with an error, reporting the first error that has occurred SerenityReporterForJasmine#suiteStarted SerenityReporterForJasmine#suiteDone is pending SerenityReporterForJasmine#suiteStarted SerenityReporterForJasmine#suiteDone the test spec - starts and - derives the name of the scenario from the nested describe blocks SerenityReporterForJasmine#suiteStarted SerenityReporterForJasmine#suiteDone SerenityReporterForJasmine#specStarted SerenityReporterForJasmine#specDone derives the name of the feature from the outer-most describe block SerenityReporterForJasmine#suiteStarted SerenityReporterForJasmine#suiteDone SerenityReporterForJasmine#specStarted SerenityReporterForJasmine#specDone detects the test runner SerenityReporterForJasmine#suiteStarted SerenityReporterForJasmine#suiteDone SerenityReporterForJasmine#specStarted SerenityReporterForJasmine#specDone ends and - has been excluded SerenityReporterForJasmine#specDone is marked as pending SerenityReporterForJasmine#specDone has failed with an error SerenityReporterForJasmine#specDone as compromised - has failed with no stack trace SerenityReporterForJasmine#specDone has failed with an assertion error SerenityReporterForJasmine#specDone has failed with multiple errors SerenityReporterForJasmine#specDone the it block is not nested within a describe block and - tags the feature as "unknown" SerenityReporterForJasmine#specStarted SerenityReporterForJasmine#specDone correctly derives the name of the spec SerenityReporterForJasmine#specStarted SerenityReporterForJasmine#specDone JasmineAdapter * defaults to running tests sequentially rather than in a random order * configures the default timeout interval if required * @serenity-js/jasmine - monkey-patches Jasmine - so that the Spec - defaults to an unknown location if the real one could not be determined bootstrap monkeyPatched has all the static members of the original constructor function bootstrap monkeyPatched has all the static members of the original constructor function bootstrap monkeyPatched correctly reports the stacktrace of an error - so that the Suite - defaults to an unknown location if the real one could not be determined bootstrap monkeyPatched correctly reports the stacktrace of an error -