How to view results of JUnit 5 tests in IntelliJ 2019?
Followed by 2 people
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?
Please sign in to leave a comment.
Please use JUnit Run/Debug configuration:
https://www.jetbrains.com/help/idea/creating-run-debug-configuration-for-tests.html
https://www.jetbrains.com/help/idea/run-debug-configuration-junit.html