SpecFlow.VisualStudio
SpecFlow.VisualStudio copied to clipboard
Visual Studio extension of SpecFlow (extracted from the main SpecFlow repo)
When we use _Scoped Bindings_, the VS editor displays as if the step definitions are not found or bound. Pressing F12 gives a popup `Multiple matching bindings found. Navigation to...
Currently, if I have step like this: > When I type 20 into the calculator Then the suggested step definition is: > [When(@"I type (.*) into the calculator")] > public...
Hi, Bindings are not working and I have the following exception when I enable SpecFlow tracing:  ``` [15:34:13.1540370] GherkinProcessingScheduler: Applying task 'Analyze Test.feature.cs (BindingFilesTracker)' on thread: 40 [15:34:13.1540370] BindingFilesTracker:...
# **Overview** I would like the ability to register a plugin with the Visual Studio Integration for SpecFlow that would allow me to change the default behavior for step binding...
There is a logic pattern in the Visual Studio integration that lends itself to deadlocking Visual Studio. The [dispose](https://github.com/techtalk/SpecFlow.VisualStudio/blob/master/VsIntegration/LanguageService/IdleTaskProcessingQueue.cs#L152) method in IdleTaskProcessingQueue will block on background threads. When a Solution...
### SpecFlow Version: - [x] 2.2 - [ ] 2.1 - [ ] 2.0 - [ ] 1.9 ### Used Test Runner - [ ] SpecFlow+Runner - [ ] MSTest...
Scenario Outline place holders not being replaced correctly when strings in examples. ### SpecFlow Version: - [ x] 2.3.2 - [ ] 2.2 - [ ] 2.1 - [ ]...
I think we should investigate the possibility of implementing a SpecFlow LSP server to ease IDE integration. Many IDE's (https://microsoft.github.io/language-server-protocol/implementors/tools/) have native support for LSP already which means less work...
### SpecFlow Version: - [X] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0 - [ ] 1.9 ### Used Test Runner - [ ] SpecFlow+Runner...
### SpecFlow Version: - [x] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0 - [ ] 1.9 ### Used Test Runner...