Named parameter binding in step definitions #377
Replies: 1 comment
-
@princemuel sorry for the late response.
Yes, that's what you have if you're using Cucumber Expressions. We will be happy to support such a feature if the upstream Cucumber Expressions will provide it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m experimenting with cucumber-rs and trying to write steps like this:
I tried expressions like
{x:float}
using Parameter Types as i have many scenarios, and using regex was very verbose and messy.but i get this
So my questions are:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions