
Allow generator plugins to target .net 6.0 – SpecFlow
I have to maintain a SpecFlow generator plugin to handle custom attributes. Targeting .NET Framework 4.7.1 and .NET Core 2.1 as described in the docs is somehow confusing and …
feature.cs file generation can we control the function name
We are using specflow 3.9 with excel files to pass the test data to the scenarios. We are using visual studio 2019 and C#. When we add a new data row in the excel file and rebuild the …
Space in examples is causing test to be invisible in test explorer
Hi all, iam using specflow 3.9.52 and visual studio 2022 and there is a space in examples table . Iam not able to see tests with spaces...
CompareToSet ability to ignore the extra rows – SpecFlow
When you make use of the CompareToSet your expected needs to have the exact same number of items as the actual. For my it would be great to be able to have the ability to ignore the …
Make stopwatch publicly accessible – SpecFlow
In our scenario want to create performance mesurements. For that we need to access the StopWatch property in the ScenarioContext.We don't want to create a new StopWatch to …
Specflow - Multiple devices
May 11, 2021 · We have a situation in which we have a scenario where some steps needs to be executed on computer 1 and some steps on computer 2. Does specflow framework support …
[SpecFlow] An offer concerning adding new TableExtension method
After, we will get a set with two ManageProgram instances. We want to contribute to the development of "SpecFlow", and would like to kindle your interest to our implementation. …
Pickles – SpecFlow
Apr 6, 2021 · How to generate reports through Pickles ?
Table headings in VS2022 are no longer a different colour to the …
Table headers in VS2019 used to be a different colour to the content itself, making it easier to differentiate and read the table. Now, table headers are the same colour as content and this …
BDD framework for NET - specflow.org
If you’ve heard about Behavior Driven Development (BDD) in .NET, or are practicing it already, there’s a good chance you’re using SpecFlow. In this post, our friends from SpecFlow dive into …