Match a step text against registered step definitions.
Summary
Types
@type match_result() :: {:ok, Cucumberex.StepDefinition.t(), list()} | {:undefined, list()} | {:ambiguous, [Cucumberex.StepDefinition.t()]}
Match a step text against registered step definitions.
@type match_result() :: {:ok, Cucumberex.StepDefinition.t(), list()} | {:undefined, list()} | {:ambiguous, [Cucumberex.StepDefinition.t()]}