SpecFlow.VisualStudio
SpecFlow.VisualStudio copied to clipboard
Visual Studio extension of SpecFlow (extracted from the main SpecFlow repo)
I have bindings in an external assembly (As per the specflow docs [here](http://specflow.org/documentation/Use-Bindings-from-External-Assemblies/)) We need this, as we are making a generic library of Step Definitions that can be used...
If I have a #Todo comment in a Gherkin file, it would be nice to see the entry in the Resharper Todo- Explorer or/and in the Visual Studio Task View....
### SpecFlow Version: - [x] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0 - [ ] 1.9...
### SpecFlow Version: - [x] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0 - [ ] 1.9...
Hi Team, I am getting below error when I try to go to step definition in feature file **"Step bindings are still being analyzed. Please wait"** specflow and vsts version...
I'd like to have "Method name - underscores" as default method for auto-generation when I press F12 on a scenario step that doesn't exist yet. I couldn't find for 30...
### Issue Description Feature request: I'm not keen on the parameter names p0, p1 etc fallback. As we now the type, would be be cool to prefix it with the...
See title. This is super critical for sharing lots of feature files between multiple unit test projects. (We do this for cross-platform testing). The issues seem to boil down to:...
Rename Step does not rename the method name It just renames the attribute string regex but not the method name  Although it is not relevant for the running, the...
Given the line Wenn etwas in a feature file with language de-DE and the method [When] public void Wenn_etwas() { } I can neither use 'go to steps' nor 'go...