UNPKG

allure-js-commons

Version:
7 lines (6 loc) 310 B
import { AllureConfig } from "../framework/AllureConfig"; import { AllureBaseRuntime, AllureRuntime } from "../framework/AllureRuntime"; export declare class AllureBrowserRuntime extends AllureBaseRuntime implements AllureRuntime { constructor(config: AllureConfig); writeAttachmentFromPath(): void; }