Give ability to turn off parameters transformations and keep them as simple stirng #190
Replies: 2 comments 3 replies
-
This sounds interesting. What have you tried to do? Can you show an example where the current behaviour doesn't work as you'd like? |
Beta Was this translation helpful? Give feedback.
-
Just for the clarity: the thing you are talking about is not the "step argument transformation" infrastructure, but the step text analyzer infrastructure ( For the step text analyzer: these generated expressions in the snippets are only heuristics, were not meant to be "always correct". For why the single cucumber expression |
Beta Was this translation helpful? Give feedback.
-
I have a table with JSON values. Despite my attempts to avoid this transformation, I haven't been successful, even when using Cucumber.
To simplify the process, it would be helpful to obtain the raw string directly.
Examples:
which turns into:
And there's no use trying to adapt those method like:
Beta Was this translation helpful? Give feedback.
All reactions