Disable Visual Studios testrunner?

I prefer Resharper's Test runner instead of Visual Studio's built in. When I rightclick my code editor, I have these 4 options where the two first uses Visual Studio's test runner and the second two goes to Resharper's:

 

"Run Test(s)"

"Debug Test(s)"

"Run Unit Tests"

"Debug Unit Tests"

 

Is there a way to Hide/Disable Visual studio's test runner options? Because I always seem to pick the wrong  option.

1
3 comments
Official comment

Hello,

 

I've filed a corresponding feature request - https://youtrack.jetbrains.com/issue/RSRP-480691.

You are welcome to comment or vote for it.

Thank you.

This is also a thing that I would like to do

0
Avatar
Permanently deleted user

Hello,

I second as well! It would be nice to have an option in ReSharper to easily disable the default built-in unit tests integration in Visual Studio. Me too, I prefer ReSharper's test runner.

For now, we can do it manually by removing the menus under Tools->Customize... Select tab 'Commands', then 'Context menu' radio button. From the drop-down menu, select 'Editor Context Menus | Code Window'. Under 'Preview:', scroll down until you see the 3 menus related to the built-in test runner. Delete them. I did that. On my side, I have even removed all the associated keyboard shortcuts, like 'Ctrl+R, Ctrl+T'.

0

Please sign in to leave a comment.