Interface ILoadSupportOptions

Options for loadSupport

Remarks

A subset of IRunConfiguration

interface ILoadSupportOptions {
    sources: ISourcesCoordinates;
    support: Partial<ISupportCodeCoordinates>;
}

Properties

Properties

Remarks

This is needed because the default support path locations are derived from feature file locations.

support: Partial<ISupportCodeCoordinates>

Generated using TypeDoc