I have a Kotlin project and when I run my JUnit tests, I can\'t see tests execution result in IntelliJ and get this message instead:
test events were not
The problem occurred as I used both following plugins at the same time
plugins { id 'org.springframework.boot' version '2.2.6.RELEASE' id 'io.spring.dependency-management' version '1.0.7.RELEASE' ... }
after deletion of the second one, the tests were found and executed.