SpecFlow
SpecFlow copied to clipboard
#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representative...
### SpecFlow Version 3.9.22 ### Which test runner are you using? SpecFlow+ Runner ### Test Runner Version Number 3.9.7 ### .NET Implementation .NET Core 3.1 ### Project Format of the...
### SpecFlow Version 3.9.7 ### Which test runner are you using? SpecFlow+ Runner ### Test Runner Version Number 3.9.7 ### .NET Implementation .NET 5.0 ### Project Format of the SpecFlow...
IUnitTestRuntimeProvider injection fails in combination with SolidToken.SpecFlow.DependencyInjection
### SpecFlow Version 3.9.5 ### Which test runner are you using? xUnit ### Test Runner Version Number 16.11.0 ### .NET Implementation .NET 5.0 ### Project Format of the SpecFlow project...
### Link to Feature Request _No response_ ### Implementation Idea It is possible to have multiple Example tables/set and name then. Like this: ``` gherkin Scenario Outline: eating Given there...
This is a follow-up on the issue #575, the pull request #689, and also relates to issues such as #737. TL;DR: What is the role of `ITraceListener` and how shall...
### SpecFlow Version 3.9.7 ### Which test runner are you using? SpecFlow+ Runner ### Test Runner Version Number 3.9.7 ### .NET Implementation .NET 5.0 ### Project Format of the SpecFlow...
### SpecFlow Version: Seems to affect all versions 3.x - [x] 3.7 - [x] 3.6 - [x] 3.5 - [x] 3.4 - [x] 3.3 - [x] 3.1 - [x] 3.0...
### SpecFlow Version 3.9.8 ### Which test runner are you using? MSTest ### Test Runner Version Number 2.2.5 ### .NET Implementation .NET 5.0 ### Project Format of the SpecFlow project...
This PR improves the performance of the ContextManager and enables nullable reference types for this file. (Info: Nullable reference types only make a difference where it is enabled, so this...
… of BindingMatch On every BindingMatch creation, a BindingObsoletion was created based on the methods ObsoleteAttribute. This PR changes it to be assigned to the BindingMethod instead. ## Types of...