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.74 ### Which test runner are you using? NUnit ### Test Runner Version Number 3.13.3 ### .NET Implementation .NET Core 3.1 ### Project Format of the SpecFlow...
The use case for this change is when running a specflow test suite that tests an ASP.NET Core application using Autofac internally. Specflow should be able to use all the...
What's the alternative solution for calling steps from step definitions? (https://github.com/SpecFlowOSS/SpecFlow/issues/1733) We can directly call the methods, but we will loose console output which was logging the information like method...
### SpecFlow Version: - [ ] 3.4 - [ ] 3.3 - [x] 3.1 - [ ] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2...
Hard-coded 'specflow.json' name doesn't allow different configurations for different test assemblies
### SpecFlow Version 3.9.40 ### Which test runner are you using? NUnit ### Test Runner Version Number 3.13.1 ### .NET Implementation .NET Core 3.1 ### Project Format of the SpecFlow...
Possible solution for #2546 Example usage: ``` net6.0 enable enable specflow.dev.json ``` but it supports MsBuild properties as well: ``` $(AssemblyName).specflow.json ``` or whatever: ``` apple.json ``` If the `SpecFlowConfigFileName`...
The `Dictionary` behind the `ScenarioContext` and `FeatureContext` is not thread-safe. Different kind of errors can occur if tests are executed with parallel access to the ScenarioContext/FeatureContext `Dictionary`. I've added a...
### SpecFlow Version: - [X] 3.1 - [ ] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0...
### SpecFlow Version 3.9.74 ### Which test runner are you using? xUnit ### Test Runner Version Number 3.9.74 ### .NET Implementation .NET 6.0 ### Project Format of the SpecFlow project...
### SpecFlow Version: - [x] 3.7 - [ ] 3.6 - [ ] 3.5 - [ ] 3.4 - [ ] 3.3 - [ ] 3.1 - [ ] 3.0...