step not matched (regular expresion parameter) #507
-
I'm migrating from specflow to Reqnrun. I'm having troubles with the steps that have regular expressions to macth speciffic patterns. They worked fine with Specflow, but not in Reqnrun. Example: I have this step:
And this step definition:
It's not mathing when I have a regular expresion with specific options. This works, but I want to restrict the specific user options I have tested removing the single quoutes, but neither works. Could you tell me if there is a bug or something wrong in my code? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please see this page in the documentation. By default Reqnroll uses Cucumber Expressions. But you can force it to use regular expressions. |
Beta Was this translation helpful? Give feedback.
Please see this page in the documentation.
By default Reqnroll uses Cucumber Expressions. But you can force it to use regular expressions.