dotCover continuous tests not loading tests when the solution is opened in Lightweight mode
Answered
Hello,
I am using VS 2017 and I have a solution with lot of projects which we load in lightweight mode. I am currently assessing dotCover and the continuous tests feature.
When I open the solution and make any changes, the continuous testing session window doesn't load the affected tests until we manually expand the Unit tests project. The tests are detected only when the respective unit test projects are expanded. This seems to be counter intuitive for continuous tests feature as you would need to know the affected unit tests projects to be able to get any feedback for your changes.
Is there any settings which I am missing?
Thanks,
Vivek
Please sign in to leave a comment.
Hello Vivek,
what unit testing framework do you use?
Hi Alexander,
I'm using MSTest.
Thanks.
Unfortunately this is a known issue: mstest won't work properly until all projects are fully loaded(and so Continuous Testing). We are going to address this issue in the next release.