UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

14 lines (13 loc) 384 B
/** * Paths that woll be used to load feature files and user code * @public * @remarks * These values are the result of pre-processing to expand globs, expand * directory references, and apply defaults where applicable. */ export interface IResolvedPaths { unexpandedSourcePaths: string[]; sourcePaths: string[]; requirePaths: string[]; importPaths: string[]; }