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...
Product: - [x] SpecFlow - [x] SpecFlow+ Runner - [x] SpecFlow+ LivingDoc - [ ] SpecMap What is missing: When a Feature contains a Scenario which fails because of a...
### SpecFlow Version 3.9.22 ### Which test runner are you using? MSTest ### Test Runner Version Number 2.2.5 ### .NET Implementation equal or greater .NET Framework 4.6.1 ### Project Format...
This might be the engine limitation but having these methods as static effectively denies all dependency-injection options at this point. An alternative could be adding a new set of hooks...
We are currently supporting a first set of the messages of [cucumber-messages](https://github.com/cucumber/cucumber/tree/master/messages). Since implementation of it, cucumber-messages changed a lot (changes messages, new messages). Goal of this issue is, to...
Product: - [x] SpecFlow - [ ] SpecFlow+ Runner - [ ] SpecFlow+ LivingDoc - [ ] SpecMap What is missing: I setup Autofac as the DI framework/container of choice...
### 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 3.9.22 ### Which test runner are you using? xUnit ### Test Runner Version Number 2.4.1 ### .NET Implementation .NET 5.0 ### Project Format of the SpecFlow project...
### SpecFlow Version 3.9.22 ### Which test runner are you using? xUnit ### Test Runner Version Number 2.4.1 ### .NET Implementation .NET 5.0 ### Project Format of the SpecFlow project...
It's possible to add support async/await for any kind of Hooks. I have some case to setup specflow tests. 1) I want to start my services in docker-compose env 2)...