Has anyone tried adding a custom AS context menu i...
# intellij-plugins
k
Has anyone tried adding a custom AS context menu item for running tests? I'm having a hard time finding examples for it because googling for "custom Intellij platform plugin SDK custom test context menu" or variations of it picks up so much noise 😞 I'm trying to add a custom context menu item so it can invoke gradle w/ different parameters (to pass in a property to the testrunner) for a unit test or instrumentation test, e.g. right click an instrumentation test, and then pass -Psomething=somevalue when running the gradle command to execute the test.