There is a way but it's bad and I am looking for something cleaner.
I can go to menu and select Run All Test in Solution
. This brings all tests to the session. But not all our tests are runnable -- there is a set of tests that designed for debugging and integration. Such tests have a different category.
My goal is to run only all tests in solution that have a specific category. For that I was hoping to make ReSharper scan my solution, apply filter and then run the resulting set.
Is that possible?