Search code examples
unit-testingnunitrider

How to run unit tests by category in Rider?


I want to run NUnit Tests from Rider's Unit Tests Explorer filtered by Category. Rider 2017.1. Is it possible? When it will be possible, if planned to implement?


Solution

  • This feature is not supported in Rider 2017.1, here is the issue: https://youtrack.jetbrains.com/issue/RIDER-2316

    Update: The category support was introduced in Rider 2019.1. You can find more information in this blog post.