CodeLens does not show tests run with Resharper test runner
CodeLens does not display tests as passing when they are executed with resharper.
Is there anything that can be done?
Attachment(s):
45d7e902-7fd6-11e5-88ad-13c8b2b01b9d.png
Please sign in to leave a comment.
Code Lens is a Visual Studio feature that ReSharper can't hook into - the number of tests, and whether or not they have been run is all tied up into the Visual Studio test runner, which is separate to the ReSharper runner. In other words, ReSharper can't update CodeLens.