Hi Remco,
as from other feature requests, I figured something more configurable is coming.
Yet, I think my request is actually a little bit different. I know this is not a much used strategy, but I often write a 'unit test' that will set up the database or even set up a specific scenario (for manual testing purposes then). I also have some integration 'validation' tests. some of these are all basically 'tests' that are not to be run regularly, but are rather run only on 'request'. (e.g. call a 3rd party web service, to validate it still works like we expect, yet we do not want their service to be bombarded while we run our test-suite)
Now these are tests that I mark as 'Ignored'. And they also have the TestCategory["Manual Integration"]. (So hoping I can use the 1.38b features to set this category up as Ignored by default). Now I can of course run these tests manually using the regular (VS) test runner, so I figured I could just select this test in the Test window and run it separately.
Since I'm a bit getting addicted to having NCrunch being so fast in running the tests, I start to want it to do everything I possible can do with the tests ;-).
So no worries, if at all interesting to you, just put it on the backlog. I'll just have to use the VS test runner (Ctrl-R, T) and wait for it to compile, spin up the test runner domain, run the test and report back.