@cucumber/cucumber
    Preparing search index...

    Interface IFormatterOptions

    interface IFormatterOptions {
        cleanup: IFormatterCleanupFn;
        colorFns: IColorFns;
        cwd: string;
        eventBroadcaster: EventEmitter;
        eventDataCollector: EventDataCollector;
        log: IFormatterLogFn;
        parsedArgvOptions: FormatOptions;
        snippetBuilder: StepDefinitionSnippetBuilder;
        stream: Writable;
        supportCodeLibrary: SupportCodeLibrary;
    }
    Index

    Properties

    cleanup: IFormatterCleanupFn
    colorFns: IColorFns
    cwd: string
    eventBroadcaster: EventEmitter
    eventDataCollector: EventDataCollector
    log: IFormatterLogFn
    parsedArgvOptions: FormatOptions
    snippetBuilder: StepDefinitionSnippetBuilder
    stream: Writable
    supportCodeLibrary: SupportCodeLibrary