I have a Junit run configuration to run all my unit tests.
How can i bind a keyboard short cut to the run of that junit config?
I have a Junit run configuration to run all my unit tests.
How can i bind a keyboard short cut to the run of that junit config?
It's not possible at the moment.
Workarounds:
Use Run | Run... (Alt+Shift+10) on Windows to quickly select the configuration to Run or Debug
Run the tests from the Ant script target, IDEA allows to assign keyboard shortcuts for the selected targets in Settings | Keymap.