It would be nice to be able to run tests by attribute. For example, I only want NCrunch to run tests that are decorated with [TestCategory("Developer")] and not [TestCategory("Integration")] or [TestCategory("UI")]. Also, filtering tests by namespace inclusion or exclusion list would be very nice.