@mmisty/cypress-allure-adapter
Version:
cypress allure adapter to generate allure results during tests execution (Allure TestOps compatible)
7 lines (6 loc) • 544 B
TypeScript
import { Attachment } from 'allure-js-commons';
export declare const mkdirSyncWithTry: (dir: string) => void;
export declare const copyFileCp: (from: string, to: string, isRemoveSource: boolean) => Promise<void>;
export declare const copyAttachments: (allTasks: any[], attachments: Attachment[], watchPath: string, allureResultFile: string) => void;
export declare const copyTest: (allTasks: any[], testFile: string, watchPath: string) => void;
export declare const writeResultFile: (resultContainer: string, content: string) => Promise<void>;