jest-allure2-reporter
Version:
Idiomatic Jest reporter for Allure Framework
6 lines (5 loc) • 531 B
TypeScript
import type { AllureRuntime } from '../runtime';
export * from './annotations';
export * from './decorators';
export declare const allure: AllureRuntime;
export type { AllureRuntime, AllureRuntimePluginCallback, AllureRuntimePluginContext, AttachmentContent, AttachmentHandler, AttachmentOptions, ContentAttachmentContext, ContentAttachmentHandler, ContentAttachmentOptions, FileAttachmentContext, FileAttachmentHandler, FileAttachmentOptions, MIMEInferer, MIMEInfererContext, ParameterOptions, UserParameter, } from '../runtime';