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...
Motivation: To be better to be able to see the performance impacts of Pull Requests to SpecFlow, we would like to have additional checks in our Pull Request checks. Idea:...
Product: - [x] SpecFlow - [ ] SpecFlow+ Runner - [ ] SpecFlow+ LivingDoc - [ ] SpecMap What is missing: Specflow+Excel has this really nice doc page on working...
### SpecFlow Version 3.7.38 ### Which test runner are you using? xUnit ### Test Runner Version Number 2.4.1 ### .NET Implementation .NET Core 3.1 ### Project Format of the SpecFlow...
When using a tagged Examples-Section in a Scenario Outline, the tags are not translated to xunit-category traits and therefore cannot be controlled by the --filter argument of the `dotnet test`-command....
### SpecFlow Version: - [x] 3.1 - [ ] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0...
If the feature has a "Background" section defined, opening a test from the test explorer jumps to the "Background" section instead of the scenario. If the feature doesn't have a...
### SpecFlow Version: - [x] 3.7 - [ ] 3.6 - [ ] 3.5 - [ ] 3.4 - [ ] 3.3 - [ ] 3.1 - [ ] 3.0...
hi! let's take an example: public enum EnumValues { Value1, Value2 } [Given(@"I'm calling this step with this parameter here (.*)")] public void MyStep(EnumValues value) { } i would like...
I have a specflow project where I have multiple feature files; and in each feature file; have multiple scenarios with multiple steps in each scenario. I manage certain administrative tasks...
### SpecFlow Version: - [X ] 3.5 - [ ] 3.4 - [ ] 3.3 - [ ] 3.1 - [ ] 3.0 - [ ] 2.4 - [ ]...