Handy - Default Style in Step Definition in SpecFlow
Put this in App.config to make the default style method name underscores:
<specFlow> <trace stepDefinitionSkeletonStyle="MethodNameUnderscores" /> </specFlow>
Comments