UNPKG

@mmisty/cypress-allure-adapter

Version:

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

8 lines (7 loc) 307 B
import { EventEmitter } from 'events'; export declare const handleCyLogEvents: (runner: Mocha.Runner, events: EventEmitter, config: { wrapCustomCommands: () => boolean | string[]; ignoreCommands: () => string[]; allureLogCyCommands: () => boolean; spyOnRequests: () => string[]; }) => void;