Skip to content
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

Open
netmajor opened this issue Jul 5, 2024 · 5 comments
Open

Specflow options missing in Visual studio 2019 #2756

netmajor opened this issue Jul 5, 2024 · 5 comments
Labels

Comments

@netmajor
Copy link

netmajor commented Jul 5, 2024

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
image
image

Steps to Reproduce

Install Specflow for vs 2019

Link to Repro Project

No response

@netmajor netmajor added the Bug label Jul 5, 2024
@DeLaphante
Copy link

@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

@vfekete
Copy link

vfekete commented Sep 6, 2024

I have exactly same issues in VS2022, SpecFlow for Visual Studio 2022, version 2022.1.91.26832.
Edit: @DeLaphante I checked my project, it does target latest .net 8.

@DeLaphante
Copy link

@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

@vfekete
Copy link

vfekete commented Sep 11, 2024

@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.

@ifeomanwankwo
Copy link

@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

This sorted it all for me too, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants