Daily Usage Issues

NCrunch Tests window displays no tests

Started by kriewall on 2,412 views

There were a couple posts that had a similar issue ... looks like it's my turn.

NCrunch used to display my tests successfully, but now no tests are displayed, even when I toggle the `Show Passing/Failing Tests` button. I've tried deleting the local NCrunch folder, and just upgrade from NCrunch 3.28 to 4.2, but no change in behavior. The only thing I see now in the window are three tabs:Trace Output, Execution Steps, and Hot Spots. I am using XUnit for all my tests, and they show up fine in the native VS2017 Test Explorer.

Is there something I can do to reset the NCrunch Tests window and get my display back, or otherwise help debug the issue?

Thanks,
Tom
Hi Tom,

Is it possible that the tests have been ignored by mistake? (check the show ignored option in the Tests Window).

You can reset your NCrunch configuration by removing the .ncrunchproject and .ncrunchsolution files from your solution directory. The global configuration file is at C:\Users\[USER]\AppData\Roaming\NCrunch. I would recommend making sure you have VS closed when you remove these files.
Thanks, deleting the NCrunch configuration worked! Not sure if this possibly affected it, but I recall deleting the NCrunch cache folder recently; maybe that's a no-no.

Anyway, I'm back up and running, thanks! Wonderful productivity tool you have here. :)

Post a reply

Log in to reply.