UNPKG

@mmisty/cypress-allure-adapter

Version:

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

5 lines (4 loc) 281 B
import PluginEvents = Cypress.PluginEvents; import PluginConfigOptions = Cypress.PluginConfigOptions; import type { AllureTasks } from './allure-types'; export declare const configureAllureAdapterPlugins: (on: PluginEvents, config: PluginConfigOptions) => AllureTasks | undefined;