UNPKG

@mmisty/cypress-allure-adapter

Version:

cypress allure adapter to generate allure results during tests execution (Allure TestOps compatible)

7 lines (6 loc) 533 B
import type { 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: (attachments: Attachment[], watchPath: string, allureResultFile: string) => Promise<void>; export declare const copyTest: (testFile: string, watchPath: string) => Promise<void>; export declare const writeResultFile: (resultContainer: string, content: string) => Promise<void>;