Is it possible to remove the 'run with gradle' option in unit test context menu.
WIth Intellij 14 a new (in my oppinion) annoying feature was added that forces you to choose to run tests with either the 'normal' JUnit test runner or as a gradle command (see screenshot).
Is it possible to disable this with some setting?
I have looked but can't find any. Help is appreciated as it is getting on my nerves..
Attachment(s):
intellij run.png
请先登录再写评论。
The option will appear in the Run/Debug context menu only for the first time run of a test or a testSuite. Subsequent test runs will use your choice on the first run (per test/testSuite).
It's not possible to disable gradle test runner for gradle project tests but there is a similar request at https://youtrack.jetbrains.com/issue/IDEA-127398
You can watch the issue to track the change.