Posts

Showing posts from September, 2015

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>