why I cant see failed tests in test explorer when there are no retries setup
AnsweredWhen I setup retryCount as '0' and I can't see in test explorer either green or red if I setup to either 1 or more then I can see tests status correctly.
Any idea why it is not displaying the teststatus in test explorer when the retrtcount set to 0?
Of course I can see the report and find out the status but it would be handy I can see the Green/Red in test results window? Am I missing any configuration here?
This how my .srprofile looks like
<Execution stopAfterFailures="1" testThreadCount="6" testSchedulingMode="Random" retryCount="0" retryFor="Failing" />
<VSTest testRetryResults="Unified" passRateAbsolute="1"/>
<Environment testThreadIsolation="AppDomain"/>
0
-
It could be that this configuration combination makes problem. What is happening if you remove the 'VSTest' configuration?
1 -
Thank you Andreas Willich that helps. if I remove the VSTest and it working as expected. Thanks again for the TIP.
0 -
Glad that I could help.
0
Please sign in to leave a comment.
Comments
3 comments