StepArgumentTransformationAttribute and Cucumber Expressions #642
-
Are Cucumber Expressions supported in StepArgumentTransformationAttributes? I cannot find this in the code base or in the docs. Related: #639 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
No, You are right, this should be mentioned in the docs. |
Beta Was this translation helpful? Give feedback.
-
For future reference, this could be seen in https://github.com/reqnroll/Reqnroll/blob/main/Reqnroll/Bindings/BindingFactory.cs |
Beta Was this translation helpful? Give feedback.
No,
[StepArgumentTransformation]
only supports regex (like Cucumber: https://github.com/cucumber/cucumber-expressions?tab=readme-ov-file#custom-parameter-types).You are right, this should be mentioned in the docs.