What does stepDefinitionSkeletonStyle exactly do? #662
Unanswered
304NotModified
asked this question in
Q&A
Replies: 0 comments
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.
-
The docs aren't really detailed:
I know it influences the generated step definitions in Visual Studio (but only regex and cucumber are supported, see code)
But does it also influences the runtime? Why is it under trace in the json? Why not under generator?
I see also it's used in the Reqnroll project itself, including MethodNameUnderscores, MethodNameRegex and MethodNamePascalCase (which aren't documented on the docs, but are in the [JSON schema])(
Reqnroll/reqnroll-config.json
Line 94 in 65c330f
Reqnroll/Reqnroll/BindingSkeletons/StepDefinitionSkeletonProvider.cs
Lines 109 to 128 in 65c330f
I tested it locally with this, and it runs fine, so I'm confused :)
Also it's unclear if we should remove MethodNameUnderscores, MethodNameRegex and MethodNamePascalCase as those aren't supported in the VS extension (haven't checked other IDE integrations).
Beta Was this translation helpful? Give feedback.
All reactions