@cucumber/cucumber
    Preparing search index...

    Interface ILoadSourcesResult

    Response from loadSources

    interface ILoadSourcesResult {
        errors: ISourcesError[];
        plan: IPlannedPickle[];
    }
    Index

    Properties

    Properties

    errors: ISourcesError[]

    Any errors encountered when parsing sources

    Pickles that have been successfully compiled, in the order they would be run in