erwinvandervalk;17902 wrote:Just out of curiosity, While I understand that you cannot limit what you load (and or build) when you have slnf files open, wouldn't it be possible to at hide projects not in the filter and not to (automatically) run tests that are not in the filter?
We don't have any facility to let you hide these projects in the Tests Window according to anything other than the available filters on this window. However, there IS an option for selective automatic execution of tests via the custom engine modes.
You can set up a custom engine mode that uses a filter on the 'Tests to execute automatically' setting that specifically excludes projects that match a name filter. You can make the condition larger to include the name of every project you want to exclude. If the UI makes it annoying to do this for every project, note that you can also edit these filters in your NCrunch settings files in XML format, where you can copy/paste easily.
Another option would be to use Assembly-level category attributes (which are respected by NCrunch) to categorise all tests within a project. You can then set the above filter to exclude or include tests based on this category.