@cucumber/core
    Preparing search index...

    Interface TestPlanIngredients

    Elements required to assemble a test plan

    interface TestPlanIngredients {
        gherkinDocument: GherkinDocument;
        pickles: readonly Pickle[];
        supportCodeLibrary: SupportCodeLibrary;
        testRunStartedId?: string;
    }
    Index

    Properties

    gherkinDocument: GherkinDocument

    The Gherkin document that has been processed

    pickles: readonly Pickle[]

    The pickles that have been compiled from the document

    supportCodeLibrary: SupportCodeLibrary

    The support code library that has been built

    testRunStartedId?: string

    Identifier for the test run within which this plan will be executed