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) 355 B
import type * as messages from "@cucumber/messages"; export declare function mergeMessages(messagesCols: messages.Envelope[][]): messages.Envelope[]; export declare function mergeMessagesFiles(files: string[]): Promise<string>; export declare function mergeMessagesArgs(options: { argv: string[]; stdout: NodeJS.WritableStream; }): Promise<void>;