SpecFlow icon indicating copy to clipboard operation
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...

Results 193 SpecFlow issues
Sort by recently updated
recently updated
newest added

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

Bug

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

Bug

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

Bug

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

Feature-Request
Generator

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

Runtime
Question
Difficulty: medium
Severity: low

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

Bug

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

Bug
Runtime
Difficulty: hard
Severity: medium

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

Bug

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