views:

16

answers:

1

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?

A: 

It's not possible at the moment.

Workarounds:

  1. Use Run | Run... (Alt+Shift+10) on Windows to quickly select the configuration to Run or Debug

  2. Run the tests from the Ant script target, IDEA allows to assign keyboard shortcuts for the selected targets in Settings | Keymap.

CrazyCoder

related questions