specFlow
This configuration section contains settings related to synchronizing SpecFlow projects. These settings are only required for old SpecFlow versions.
The following example shows the available options within this section.
{
...
"specFlow": {
"specFlowGeneratorFolder": "..\\packages\\SpecFlow.2.3.0\\tools",
"generateFeatureFileCodeBehinds": false
},
...
}
Settings
Setting
Description
Default
specFlowGeneratorFolder
The path of the SpecFlow generator folder used by the project, that is usually the tools
folder of the SpecFlow NuGet package, e.g. packages\\SpecFlow.2.3.0\\tools
.
detect generator of the project
generateFeatureFileCodeBehinds
Specifies whether SpecSync should attempt to regenerate feature file code-behind files after they have been changed by SpecSync. This is only required for SpecFlow v2.
SpecSync automatically decides whether generation is necessary
Last updated
Was this helpful?