About 12 results
Open links in new tab
  1. 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 project, an …

  2. 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 raises problems.

  3. 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...

  4. 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 mesure it in a different ...

  5. 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 …

  6. [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. Looking forward to your …

  7. Pickles – SpecFlow

    Apr 6, 2021 · How to generate reports through Pickles ?

  8. 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 how BDD and …

  9. Table headings in VS2022 are no longer a different colour to the table ...

    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 makes s...