SpecFlow.VisualStudio
SpecFlow.VisualStudio copied to clipboard
Visual Studio extension of SpecFlow (extracted from the main SpecFlow repo)
I really like the Automatic Table Formatting feature in VS Integration, which is basically aligning table columns while writing step examples whenever you type a pipe (|) character. However when...
I get this every time I try to F12 into a step definition. it never goes away. I am using Visual Studio 2013 and SpecFlow 1.9.0. I have also written...
When I generate step definitions, visual studio immediately tells me about "Inconsistent Line Endings" in the newly created step definitions. After accepting the normalization to Windows line-endings I open the...
Scenario: Given our app.config contains the following  And when we use the project ExternalAssembly in the same solution Then coloring and goto definition does not work • At runtime...
1) Create a feature file with steps 2) Create a steps file (we use [Binding] & [Scope(Feature = "MyFeatureFile")] attributes) 3) Paste "pending" steps into steps file 4) Rename steps...
I use SpecFlow 2.0 and SpecFlow for VisualStudio 2015 version 2015.1.2. I wrote a feature: ``` Feature: Service selection - package selection In order to choose package As a receptionist...
I've been having bugs with SpecFlow. In particular when I try to use strings in scenario outlines, it makes at least 1 of the strings part of the method name,...
Hi All, I have checked the open tickets and there is no request like mine. We use background steps to manage test data. My problem with this way is that...
Windows 8 and 10 VS 2015 Specflow Project Refernce-> Shared project Shared Project Add new feature file Trace with Errors below but basically SpecFlow will now never return. you will...
Since version 2, we have mismatch between attribute and generated feature codebehind using french language. Version 1.9 was working fine. No matching step definition found for the step. Use the...