UNPKG

@serenity-js/core

Version:

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

36 lines 1.36 kB
export * from './ActivityFinished'; export * from './ActivityRelatedArtifactArchived'; export * from './ActivityRelatedArtifactGenerated'; export * from './ActivityStarts'; export * from './actor'; export * from './ArtifactArchived'; export * from './ArtifactGenerated'; export * from './AsyncOperationAborted'; export * from './AsyncOperationAttempted'; export * from './AsyncOperationCompleted'; export * from './AsyncOperationFailed'; export * from './BusinessRuleDetected'; export * from './DomainEvent'; export * from './EmitsDomainEvents'; export * from './FeatureNarrativeDetected'; export * from './InteractionFinished'; export * from './InteractionStarts'; export * from './RetryableSceneDetected'; export * from './SceneBackgroundDetected'; export * from './SceneDescriptionDetected'; export * from './SceneFinished'; export * from './SceneFinishes'; export * from './SceneParametersDetected'; export * from './SceneSequenceDetected'; export * from './SceneStarts'; export * from './SceneTagged'; export * from './SceneTemplateDetected'; export * from './TaskFinished'; export * from './TaskStarts'; export * from './TestRunFinished'; export * from './TestRunFinishes'; export * from './TestRunnerDetected'; export * from './TestRunStarts'; export * from './TestSuiteFinished'; export * from './TestSuiteStarts'; //# sourceMappingURL=index.d.ts.map