I\'m using JUnit since I started this project and everything works just fine. I have a couple of hundreds tests, and of course, here and there I start them all. Right click on r
A poor workaround for this is to let IntelliJ run tests instead of Gradle.
File > Settings > Build Tools > Gradle > Run Tests With > IntelliJ Test Runner
This is a similar issue with another test framework on Gradle. https://youtrack.jetbrains.com/issue/IDEA-221159