Interface IRunConfiguration

Structured configuration object suitable for passing to runCucumber

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

Properties

support: Partial<ISupportCodeCoordinates>

Generated using TypeDoc