Package Exports
- @serenity-js/jasmine
- @serenity-js/jasmine/lib/adapter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@serenity-js/jasmine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Serenity/JS
Serenity/JS is a Node.js library designed to make acceptance and regression testing of modern full-stack applications faster, more collaborative and easier to scale.
Serenity/JS Jasmine
The @serenity-js/jasmine module contains a Jasmine reporter
that can be registered with the Jasmine test runner
to enable integration between Jasmine and Serenity/JS.
Command line usage
jasmine --reporter=@serenity-js/jasmineProgrammatic usage
import serenityReporterForJasmine = require('@serenity-js/jasmine');
jasmine.getEnv().addReporter(serenityReporterForJasmine);