JUnit5, Gradle and no test events received within IntelliJ

When I’m executing JUnit5 tests from IntelliJ (2017.1) via “Run All Tests”, my tests are being executed and IntelliJ displays nicely which tests pass and which fail.

When I’m executing the Gradle task verification->test though, tests also get executed but IntelliJ doesn’t show anything except for the error “Test events were not received”. Any advice on this?

A small example project can be found here:
https://github.com/snoopcheri/kotlin-calculator

Thanks!

1 Like

Also in 2017.3