I have a JUnit run configuration to run all my unit tests.
How can I bind a keyboard shortcut to the run of that JUnit config?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is now a third-party plug-in:
Workarounds without plug-ins:
Use Run | Run… (Alt+Shift+F10)
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.