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:
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?