UNPKG

@serenity-js/cucumber

Version:

Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities

16 lines (14 loc) 318 B
import type { EventEmitter } from 'events'; /** * @private */ export interface CucumberFormatterOptions { colorFns: any; cwd: any; eventDataCollector: any; eventBroadcaster: EventEmitter; log: typeof process.stdout.write; snippetBuilder: any; stream: any; supportCodeLibrary: any; }