How can I run all tests from two or more IDEA modules at once?
I\'m using many modules and it is important to run all of the unit tests often and when I choose more tha
This worked for me for a project with multiple modules.
Create a new JUnit run/debug configuration. Test kind: 'All in package' Search for tests: 'Whole project'
You will have to specify a working directory as well.