-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specflow options missing in Visual studio 2019 #2756
Comments
@netmajor Use the latest .net 8 target and use VS 2022 - Specflow is working perfectly fine for me here in my repo https://github.com/DeLaphante/CynkyAutomation |
I have exactly same issues in VS2022, SpecFlow for Visual Studio 2022, version 2022.1.91.26832. |
@vfekete - have you tried installing the specflow extension fix from here? -> https://github.com/SpecFlowOSS/SpecFlow.VS/releases/download/v2022.1.93-net8/SpecFlow.VisualStudio.Package.2022.1.93.vsix |
Thanks! That fixed everything. |
This sorted it all for me too, thank you! |
SpecFlow Version
2.4.1
Which test runner are you using?
MSTest
Test Runner Version Number
xxx
.NET Implementation
equal or greater .NET Framework 4.6.1
Project Format of the SpecFlow project
Classic project format using
packages.config
.feature.cs files are generated using
SpecFlowSingleFileGenerator custom tool
Test Execution Method
Command line – PLEASE SPECIFY THE FULL COMMAND LINE
SpecFlow Section in app.config or content of specflow.json
No response
Issue Description
I am install Specflow extension for Visual Studio 2019, but there is no Specflow options in Tools -> Options.
I also have problem with specflow, because feature files are not colorized. When I use RMB on that file I get: Cannot find custom tool 'SpecFlowSingleFileGenerator' on this system
Steps to Reproduce
Install Specflow for vs 2019
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: