Package Exports
- @serenity-js/core
- @serenity-js/core/lib
- @serenity-js/core/lib/config
- @serenity-js/core/lib/config/index.js
- @serenity-js/core/lib/errors
- @serenity-js/core/lib/errors/index.js
- @serenity-js/core/lib/events
- @serenity-js/core/lib/events/index.js
- @serenity-js/core/lib/index.js
- @serenity-js/core/lib/io
- @serenity-js/core/lib/io/index.js
- @serenity-js/core/lib/io/inspected
- @serenity-js/core/lib/io/inspected.js
- @serenity-js/core/lib/io/stringified
- @serenity-js/core/lib/io/stringified.js
- @serenity-js/core/lib/model
- @serenity-js/core/lib/model/index.js
- @serenity-js/core/lib/screenplay
- @serenity-js/core/lib/screenplay/index.js
- @serenity-js/core/lib/stage
- @serenity-js/core/lib/stage/index.js
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/core) 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 an innovative framework designed to make acceptance and regression testing of complex software systems faster, more collaborative and easier to scale.
To get started, check out the comprehensive Serenity/JS Handbook, API documentation, and Serenity/JS project templates on GitHub.
If you have any questions or just want to say hello, join the Serenity/JS Community Chat.
Serenity/JS Core
@serenity-js/core is the heart of the Serenity/JS framework.
It enables you to configure the framework, manage actors, and provides basic building blocks
to help you design high-quality acceptance tests.
Installation
To install this module, run the following command in your computer terminal:
npm install --save-dev @serenity-js/core