0

In Visual Studio with ReSharper it is possible to show a handy icon on its status bar showing the status of a particular test session:

enter image description here

This icon is very useful, at least for me, because it permits to know if the tests I'm interested in are all green or not all the time, while in Rider I normally have to open the unit tests tool to have the same information. Because of this I have to keep the tool open or reopen it continuously, and that clutters the interface or requires additional effort.

Is there a way to add something similar in Rider?

Totoro
  • 184
  • 7

1 Answers1

1

AFAIK that's not possible, at least I couldn't find anything and I never saw Rider sessions with such a feature. But you might contact JetBrains support to see whether there is a pending feature request.

mu88
  • 4,156
  • 1
  • 23
  • 47