Navigating maven test results
已回答
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.
请先登录再写评论。
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