UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

17 lines (16 loc) 425 B
import { FormatterImplementation } from '../index'; declare const _default: Record<string, string | FormatterImplementation>; export default _default; export declare const documentation: { html: string; junit: string; message: string; json: string; progress: string; 'progress-bar': string; rerun: string; snippets: string; summary: string; usage: string; 'usage-json': string; };