I have a bunch of unit test projects for various other projects, and I have one Specifications project for the web application which runs Selenium 2 code via NUnit. This takes a much longer time to run than the rest of the tests.
I only want these specification tests to run when I run my build script, and when I explicitly run the project's tests, and not when I Run All Tests from Solution with Resharper.
Is there any way to set up Resharper or NUnit to ignore a test project when I Run All Tests from Solution?
Thanks!