[Specflow+Runner] Any Idea why this test execution can have more than 1 in succeeded column?
First retry attempt was successful but still it ran another time. Any idea why it could be?
Here is my .srprofile looks like
<Execution stopAfterFailures="0" testThreadCount="15" testSchedulingMode="Random" retryFor="Failing" retryCount="2" />
<VSTest testRetryResults="Unified" passRateAbsolute="1"/>
0
-
The VSTest configuration is only for the data that is reported back to Visual Studio/vstest.console.exe/dotnet test. It doesn't influence the generated report.
That's why the configuration is called 'VSTest'.
1
Please sign in to leave a comment.
Comments
1 comment