How do I make IntelliJ IDEA run all the tests in a package including sub packages January 25, 2023 by Tarik Run->Edit Configurations… Create a new junit test configuration Name it “All tests” Include entire package Apply/Run. From @andersoyvind’s comment.