-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support for SpecFlow assembly references (non-NuGet) #14
Comments
Hello, do you have aby ETA fór this? Do you have aby branch where i can look or place in the code where i can start? |
Thx for offering help. |
Hi All, |
Not yet, but scheduled for the next release. @AnnieOletubo @LadaVarga would you be available for some beta testing once I have something to try out? |
Of course I can. |
@AnnieOletubo there is a preview version available in PR #43. It detects some bin-loaded SpecFlow versions automatically, but for code-behind generation, you need to add a "deveroom.json" file to the project root (there is an item in the Deveroom section of the "Add new item" dialog). You will need to set:
You need to manually uninstall your extension first, then double click on the downloaded vsix. Once you are done with the test, uninstall the preview and install Deveroom again from the extension manager. //cc @LadaVarga |
Will be released hopefully today. See documentation at http://speclink.me/deveroomsfassref |
Released as v1.4.0 |
Sorry I was on hollidays so I didnt see your message. Thanks for the update . I run to upgrade my version! |
Currently Deveroom detects the installed SpecFlow version from the NuGet package references, therefore it is not able to detect SpecFlow if you reference the SpecFlow assemblies as assembly references.
If Deveroom cannot detect SpecFlow, certain features, like Navigation and coloring undefined steps will not work.
Later we plan to support using SpecFlow assembly references as well, you can use this issue to track the progress.
The text was updated successfully, but these errors were encountered: