@cucumber/cucumber
    Preparing search index...

    Interface IResolvedPaths

    Paths that woll be used to load feature files and user code

    These values are the result of pre-processing to expand globs, expand directory references, and apply defaults where applicable.

    interface IResolvedPaths {
        importPaths: string[];
        requirePaths: string[];
        sourcePaths: string[];
        unexpandedSourcePaths: string[];
    }
    Index

    Properties

    importPaths: string[]
    requirePaths: string[]
    sourcePaths: string[]
    unexpandedSourcePaths: string[]