allure-js-commons
Version:
Allure JS Commons
7 lines (6 loc) • 310 B
TypeScript
import { AllureConfig } from "../framework/AllureConfig";
import { AllureBaseRuntime, AllureRuntime } from "../framework/AllureRuntime";
export declare class AllureBrowserRuntime extends AllureBaseRuntime implements AllureRuntime {
constructor(config: AllureConfig);
writeAttachmentFromPath(): void;
}