Missing Specflow options in Visual Studio 2022
Answered-
The extension for VS 2022 doesn't have the dialog any more. What configuration entry are you searching for?
0 -
I noticed this, too, while comparing my VS 2019 options against my VS 2022 options. Good to know that SpecFlow will no longer by in the Options dialog. Is there another place to configure the extension, or does the extension no longer allow configuration? Regardless of which configuration entry, just want to know for our workstation setup documentation. Andreas Willich
0 -
Is there any way to enable the Specflow Single File Generator as the Specflow Options aren't available in Visual Studio 2022?
0 -
J V No, there is not. The SpecFlowSingleFileGenerator is obsolete and gone with the VS2022 version.
You need to use the `SpecFlow.Tools.MSBuild.Generation` NuGet Package. Documentation is here: https://docs.specflow.org/projects/specflow/en/latest/Tools/Generate-Tests-From-MsBuild.html
1 -
You can still configure SpecFlowSingleFileGenerator in your feature file Visual Studio properties:
Custom Tool = SpecFlowSingleFileGenerator
But it is not available in Specflow 31
Please sign in to leave a comment.
Comments
5 comments