What does the Trace config point 'stepDefinitionSnippetStyle' actually do? #159
Unanswered
timothy-plummer-ul
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This should work. So if not, than this must be a bug. Could you please double check with a simple project, like the quickstart sample and create an issue if it does not work? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used the Reqnroll extension for a while now (I'm not sure how long, but more than a few weeks), initially as a backward compatibility test for SpecFlow and recently with full Reqnroll 2.0.1.
When I was using Reqnroll with SpecFlow, it would generate the step definition with Regex, but now that I'm using Reqnroll, it generates step definitions with Cucumber Expressions. I would prefer to work with Regex as that is what the rest of my project has been written in.
I thought that setting
"trace": { "stepDefinitionSnippetStyle": "RegexAttribute"}
in thereqnroll.json
file would have made it so that when you define a step using the Reqnroll for VS 2022 extension, it will define steps using Regex, not Cucumber Expressions, but I was wrong.My question is twofold:
"trace": { "stepDefinitionSnippetStyle": "RegexAttribute"}
do in the reqnroll.json file?Beta Was this translation helpful? Give feedback.
All reactions