UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

8 lines (7 loc) 559 B
import { EventEmitter } from "node:events"; import { CucumberHtmlStream } from "@cucumber/html-formatter"; import type * as messages from "@cucumber/messages"; export declare function createHtmlStream(): CucumberHtmlStream; export declare function createJsonFormatter(envelopes: messages.Envelope[], log: (chunk: string) => void): EventEmitter; export declare function createUsageFormatter(envelopes: messages.Envelope[], log: (chunk: string) => void): EventEmitter; export declare function createPrettyFormatter(stream: NodeJS.WritableStream): EventEmitter;