You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this issue
Jul 18, 2024
· 1 comment
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
Link to Repository Project
No response
The text was updated successfully, but these errors were encountered:
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
Link to Repository Project
No response
The text was updated successfully, but these errors were encountered: