In Visual Studio, in the Test Explorer window, when I group the tests on 'traits', the tests are grouped on a specific category (the public sealed class TestCategoryAttribute
class I've put on the unit test)
Is there a way to do the same thing in the Resharper 'unit test sessions' window?
I would like to create a new session with all the tests which have a specific category.
It is possible but is a multi-step process:
Create a session that includes all of your tests (or at least all tests in the target category)
In that session, go to Options -> Group by -> Categories
Right-click the category in the results pane and select "Create New Session"