Replies: 2 comments
-
|
Please check the documentation on configuration and the allowRowTests configuration setting. Setting this to false reverts the naming scheme to the one used by Specflow and earlier versions of ReqnRoll |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
As this seems to be a recurring question, I have added a section about it in the documentation: https://docs.reqnroll.net/latest/guides/migrating-from-specflow.html#mstest-scenario-outline-handling |
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.
-
Iam trying to run reqnroll test with using vstedtconsole.exe.
It works fine for the scenario.However when tried to run the test with scenario outline (one specific example) Iam getting test does not match the criteria error. But the same test is listed when I list the tests in the console .This used to work with specflow as we had to append_ but here the data row attributes are getting appended using ()
Is there any way we can run the scenario outline line test just for one parameter through the cli?
Beta Was this translation helpful? Give feedback.
All reactions