UNPKG

allure-js-commons

Version:
8 lines (7 loc) 444 B
import { AllureConfig } from "../framework/AllureConfig.js"; import { AllureBaseRuntime, AllureRuntime } from "../framework/AllureRuntime.js"; import { AttachmentOptions, ContentType } from "../model.js"; export declare class AllureNodeRuntime extends AllureBaseRuntime implements AllureRuntime { constructor(config: AllureConfig); writeAttachmentFromPath(fromPath: string, options: ContentType | string | AttachmentOptions): string; }