How to remove Chutzpah from the project so as not to show the result in the test explorer?

How to remove Chutzpah from the project so as not to show the result in the test explorer?

I did a demo project to find out Chutzpah and install it for VS2013. Now in my other project, I do not use Chutzpah, but Karma to test Angularjs test cases, but still Explorer test shows Unitularjs tests as unsuccessful tests, how can I remove test cases with angular errors from the test conductor? I just want the tests of the Csharp module to run in the test explorer.

Please help me soon ...

+7
angularjs unit-testing karma-runner chutzpah
source share
1 answer

You may need to remove the Chutzpah Test Drive Tester and Chutzpah Test Adapter tester from the visual stuido. You can do this by going to Tools => Extensions and Updates .

+3
source share

All Articles