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 (14 loc) 450 B
/* eslint-disable simple-import-sort/exports */ export * from './ActivityDetails'; export * from './artifacts'; export * from './Artifact'; export * from './BusinessRule'; export * from './Category'; export * from './CorrelationId'; export * from './Description'; export * from './Name'; export * from './outcomes'; export * from './ScenarioDetails'; export * from './ScenarioParameters'; export * from './tags'; export * from './TestSuiteDetails';