@cucumber/cucumber
    Preparing search index...

    Interface ISourcesCoordinates

    Options relating to sources (i.e. feature files) - where to load them from, how to interpret, filter and order them

    interface ISourcesCoordinates {
        defaultDialect: string;
        names: string[];
        order: IPickleOrder;
        paths: string[];
        tagExpression: string;
    }
    Index

    Properties

    defaultDialect: string

    Default Gherkin dialect

    Used if no dialect is specified in the feature file itself.

    names: string[]

    Regular expressions of which scenario names should match one of to be run

    Run in the order defined, or in a random order

    paths: string[]

    Paths and/or glob expressions to feature files

    tagExpression: string

    Tag expression to filter which scenarios should be run