UNPKG

@mmisty/cypress-allure-adapter

Version:

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

5 lines (4 loc) 206 B
import { CommandT } from '../common/command-names'; export declare const attachRequests: (dbg: string, allureAttachRequests: boolean, command: CommandT, opts: { compactAttachments: boolean; }) => void;