jest-allure2-reporter
Version:
Idiomatic Jest reporter for Allure Framework
28 lines (24 loc) • 634 B
text/typescript
import realm from '../realms';
import type { AllureRuntime } from '../runtime';
export * from './annotations';
export * from './decorators';
export const allure = realm.runtime as AllureRuntime;
export type {
AllureRuntime,
AllureRuntimePluginCallback,
AllureRuntimePluginContext,
AttachmentContent,
AttachmentHandler,
AttachmentHandlerResult,
AttachmentOptions,
ContentAttachmentContext,
ContentAttachmentHandler,
ContentAttachmentOptions,
FileAttachmentContext,
FileAttachmentHandler,
FileAttachmentOptions,
MIMEInferer,
MIMEInfererContext,
ParameterOptions,
UserParameter,
} from '../runtime';