developer
developer

Reputation: 1635

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...

Upvotes: 7

Views: 452

Answers (1)

elliot-j
elliot-j

Reputation: 12128

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.

Upvotes: 3

Related Questions