KarmaTestAdapter icon indicating copy to clipboard operation
KarmaTestAdapter copied to clipboard

Test discoverer fails with one or more errors

Open lukepfeiffer10 opened this issue 8 years ago • 0 comments

I have run into this bug trying to get the test adapter to run my tests in the test explorer. I debugged the discoverer process and found that it is initially throwing an exception at line 105 in the JsonServerClient.cs file on this line of code.

Client.ConnectAsync().Wait();

The exception message isn't very helpful as all it says is that a task was cancelled... Any help would be appreciated. I'm trying to get this running so I can integrate into the build process.

lukepfeiffer10 avatar Oct 28 '15 19:10 lukepfeiffer10