Configure intellitest to use just the one test project in Visual Studio 2015 RC

783 views Asked by At

So, I am playing with intellitest in Visual Studio 2015 RC, but something I see happening irks me and I would like to know how to disable this action. When I select to run intellitest and then go to either apply a fix or save a test result, intellitest auto-creates a second project where the changes should be applied. After having this happen so often, my solution file went from having just the two projects(Website and WebsiteTest) to having over 10 other duplicates of the WebssiteTest project in my solution file. Is there a way to disable this behaviour? I would like to know please. enter image description here

A second issue I keep having is my intelliTest Projects continually include Android and Xamarin ability in the main Test and TestCopy projects, a behavior I am not really happy with. Is there a way to disable this please??

Thanks in advance

1

There are 1 answers

1
pvlakshm On

Just circling back to let you know that this has since been fixed at the Visual Studio RTM release. Thank you for the feedback.