Run unit tests in IntelliJ IDEA from multiple modules together
Best way way: (edit after 3 years) There is even a better way to achieve this. From the JetBrains JUnit Run Configuration docs: Select menu “Run” → “Edit Configurations…”. Click green plus in left top corner and select JUnit. Select “Test kind” to “Pattern” and enter this regexp exactly as you see it: ^(?!.*IT$).*$ (it … Read more