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
For me both solutions didn't work or didn't work es expected.
For me I have 3 modules. My modules dependencies look like this
Presentation -> Domain -> Data
I just wanted to execute all tests together. So I came up with the 'Across module dependencies' approach
My Settings look like this: