Tests with Scenario Outline
Hello everyone
We switched from SpecFlow version 1.9 to version 3.9.58. Before version upgrade we did not have issues running tests with Scenario Outline, all of them were discovered and run successfully. We are using TFS 2015 to run tests automatically through builds.
After upgrade to a newer version of Specflow, tests with Scenario Outline are recognized but they are executed only once. If "Examples" have 5 rows, only the last one is executed and others are in pending state.
I was searching the internet for a solution to this issue but couldn't find one. I have tried different versions of xunit.runner.visualstudio but nothing changed.
Tests without Scenario Outline/Examples are recognized and run without problems.
Nuget packages that are included in project:
SpecFlow v3.9.58, SpecFlow.xUnit v3.9.58, SpecFlow.Tools.MSBuild.Generation v3.9.58, xUnit v2.4.1, xunit.runner.visualstudio v2.4.0
Thank you for advices on how to solve this issue
Please sign in to leave a comment.
Comments
0 comments