I have a solution which contains a number of different kinds of test projects - unit, integration, and WebDriver based UI automation tests. I'm really enjoying NCrunch, but it's proving quite frustrating when FireFox pops up to run the UI automation tests every time I type. :)
It would be ideal if I could set NCrunch to ignore that particular assembly when running tests. I definitely want the compilation and unit tests to run behind the scenes, but because of the impact of running the automated stuff (spinning up web servers, opening browsers, etc) it needs to be done manually.
Perhaps a solution-level configuration parameter could be added to exclude test assembly names, with wildcard matching?
Simon