In IntelliJ IDEA, when I usually run unit test, I got a dialog box that shows me the progress of the test and allows me to easily pass the test results. However, I use maven for my normal build process and want to run my unit tests with maven. However, when I run my tests from maven instead of the default “Ide” Make process, the Test Runner tab does not appear and I have to manually open the surefire report files to find out what went wrong.
So, briefly: "How to enable the bright" Test Runner "tab for unit test to run from the maven assembly?"
source
share