@cucumber/core
    Preparing search index...

    Type Alias MatchedStep

    A step definition that has been matched to a pickle step

    type MatchedStep = {
        args: ReadonlyArray<Argument>;
        def: DefinedStep;
    }
    Index

    Properties

    Properties

    args: ReadonlyArray<Argument>