I have a repository of projects, each containing JUnit tests. I am looking for either a method or a framework to run them all at once, instead of manually running for each project.
After some research I found that RogerRabbit from codeproject offers more or less the exact functinoality that I need, but it seems like it was deprecated since the dependency won’t resolve no matter what I try (I am using maven and IntelliJ 2023 community edition with JDK17).
I am aware of some similar questions on SO regarding this, but all that I found were asked ~10 years ago, so I am hoping for more up-to-date information. Thanks in advance.