VS Pro 2019 Version 16.11.5
Resharper Ultimate 2020.1.4
In VS2017, with an earlier version of Resharper, I would see two sets of context menu options for debugging/running tests when I right click on a test class or test method. One Run/Debug set was to run the test(s) using VS test explorer. The other set was to Run/Debug the test(s) using Resharper test sessions.
In the new version I see VS's options, but not Resharper's.
This screenshot if from a different computer, but shows the context menu options I saw previously in VS2017.
The top "Run Test(s)" and "Debug Test(s)" options are from VS.
The bottom "Run Unit Tests" and "Debug Unit Tests" options come from R#.
How do I get the missing context menu Resharper Debug and Run options to show up when I right click on a test class or test method?
