SpecFlowOSS / SpecFlow.VS

The next version of the Visual Studio extension for SpecFlow
MIT License
39 stars 11 forks source link

After update SpecFlowNunit and SpecFlow versions to 3.9.74 .feature.cs files are not generated any more and it causes to not find the tests in Test Explorer #168

Open onurtarar-bt opened 1 month ago

onurtarar-bt commented 1 month ago

Used Visual Studio

Visual Studio 2022

Are the latest Visual Studio updates installed?

Yes

SpecFlow Section in app.config or content of specflow.json

{ "bindingCulture": { "language": "en-us" }, "language": { "feature": "en-us" } }

Issue Description

After update SpecFlowNunit and SpecFlow versions to 3.9.74 .feature.cs files are not generated any more and it causes to not find the tests in Test Explorer. Before the update it created the .cs file automatically and it can see that test scenarios under the test explorer. I googled it already and people usually says change the specFlowSingleFileGeneratorCustomTool params under the tools. Specflow is not displayed under the Tools>Options. I tried to change it through specflow.json file and it's not been worked either.

Steps to Reproduce

image

Link to Repository Project

No response

onurtarar-bt commented 1 month ago

Fixeddd