@cucumber/core
    Preparing search index...

    Interface TestPlanOptions

    Options to modify how the test plan is assembled

    interface TestPlanOptions {
        newId?: NewId;
        strategy?: NamingStrategy;
    }
    Index

    Properties

    Properties

    newId?: NewId

    A function that will be used to generate unique identifiers

    crypto.randomUUID
    
    strategy?: NamingStrategy

    The naming strategy to use when generating test case names

    namingStrategy(NamingStrategyLength.LONG, NamingStrategyFeatureName.EXCLUDE, NamingStrategyExampleName.NUMBER)