@mmisty/cypress-allure-adapter
Version:
cypress allure adapter to generate allure results during tests execution (Allure TestOps compatible)
5 lines (4 loc) • 367 B
TypeScript
import { AllureTransfer, RequestTask } from '../plugins/allure-types';
export declare const allureInterface: (env: Record<string, string>, fn: <T extends RequestTask>(data: AllureTransfer<T> | string) => void) => Cypress.AllureReporter<void>;
export declare const registerStubReporter: () => void;
export declare const registerMochaReporter: (ws: WebSocket) => void;