Navigating maven test results
Answered
When running mvn test goal, there's no summary of results and it's not possible to click on a failing test and go to the test method.
Would it be possible to navigate the results of executing mvn test goal? Similar to JUnit test results.
Please sign in to leave a comment.
Hello,
You may try custom plugin: https://plugins.jetbrains.com/plugin/7446-maven-test-support-plugin/versions
Thanks for the recommendation, it's a nice plugin. However, it does not show the console output and I'm not able to go to the failed test source code, I'll check with the author https://github.com/destin/maven-test-support-plugin