How to view results of JUnit 5 tests in IntelliJ 2019?

Answered

When I run the Maven Lifecycle item test:

… I see this:

 

 

…which does tell me tests ran and some failed, but that is all it tells me. I expected to see a helpful window pane dedicated to JUnit 5 results handling as documented in Viewing and Exploring Test Results (https://www.jetbrains.com/help/idea/viewing-and-exploring-test-results.html), and as shown in this screenshot taken from the documentation:

 

➥ How can I make IntelliJ show more helpful results of running unit tests as the documentation promises?

 

 

0

Please sign in to leave a comment.