UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

8 lines (7 loc) 200 B
export * from './config'; export * from './errors'; export * from './instance'; export { d, f, format } from './io'; export * from './screenplay'; export * from './Serenity'; export * from './stage';