UNPKG

@serenity-js/core

Version:

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

16 lines 576 B
/* eslint-disable simple-import-sort/exports */ export * from './ActivityDetails.js'; export * from './artifacts/index.js'; export * from './Artifact.js'; export * from './BusinessRule.js'; export * from './Category.js'; export * from './CorrelationId.js'; export * from './CorrelationIdFactory.js'; export * from './Description.js'; export * from './Name.js'; export * from './outcomes.js'; export * from './ScenarioDetails.js'; export * from './ScenarioParameters.js'; export * from './tags/index.js'; export * from './TestSuiteDetails.js'; //# sourceMappingURL=index.js.map