@cucumber/cucumber
    Preparing search index...

    Interface IRunConfiguration

    Structured configuration object suitable for passing to runCucumber

    interface IRunConfiguration {
        formats: IRunOptionsFormats;
        runtime: IRunOptionsRuntime;
        sources: ISourcesCoordinates;
        support: Partial<ISupportCodeCoordinates>;
    }
    Index

    Properties

    support: Partial<ISupportCodeCoordinates>