Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

I have made a demo project to learn Chutzpah and installed it for VS2013. Now in my another project I don't use Chutzpah but Karma for testing Angularjs test cases, but still test Explorer shows Angularjs unit tests as failed tests, how can i remove angularjs test cases from test explorer? I only want backend Csharp Unit tests to run in test explorer.

Please help me soon...

like image 491
developer Avatar asked Jul 10 '15 10:07

developer


1 Answers

You may need to uninstall the Chutzpah Test Runner and Chutzpah Test Adapter Extensions from visual stuido. You can do this by going to Tools => Extensions & Updates.

like image 66
elliot-j Avatar answered Oct 01 '22 00:10

elliot-j