You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want my steps to register an error if there are multiple matching steps.
"Ambiguous step def"
β¨ What's your proposed solution?
Cause godog to abort if multiple matches are found.
Currentlly it returns the first match so this would be a breaking change for some unsuspecting users of godog.
β Have you considered any alternatives or workarounds?
No response
π Any additional context?
This proposal would be consistent with other languages