I have not been able to find a way to navigate from the current test i'm working with to the Ncruch Tests window with the current test selected.
When you have a lot of tests visible in "NCrunch Tests" window it takes some time to lookup the test that's currently "under cursor". I'm looking for something like VS "Sync to active document" in the solution explorer - just that it's on test-method level.
Have I just overseen some feature?
Thanks ,
Simon
Remco NCrunch Developer
#15285
28 Jan 2021 23:50 UTC
Hi Simon,
Try the 'Pin covering test to Tests Window' option. You can do this from a shortcut key or by right-clicking the coverage marker.
The selection of the current test needed to be rolled into this feature because without it there was no guarantee the test could actually be shown in the Tests Window (because of the filter options).
Try the 'Pin covering test to Tests Window' option. You can do this from a shortcut key or by right-clicking the coverage marker.
The selection of the current test needed to be rolled into this feature because without it there was no guarantee the test could actually be shown in the Tests Window (because of the filter options).
Post a reply
Log in to reply.