UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

10 lines (9 loc) 282 B
interface Options { externalAttachments?: true; } declare const _default: { type: "formatter"; formatter({ on, options, write, directory }: import("../../plugin").FormatterPluginContext<Options>): () => Promise<void>; optionsKey: string; }; export default _default;