@cucumber/cucumber
Version:
The official JavaScript implementation of Cucumber.
18 lines (17 loc) • 445 B
TypeScript
import { FormatterImplementation } from '../index';
declare const _default: Record<string, FormatterImplementation | string>;
export default _default;
export declare const documentation: {
html: string;
junit: string;
pretty: string;
message: string;
json: string;
progress: string;
'progress-bar': string;
rerun: string;
snippets: string;
summary: string;
usage: string;
'usage-json': string;
};