https://bz.apache.org/bugzilla/show_bug.cgi?id=64836
--- Comment #3 from Jaikiran Pai <jaiki...@apache.org> --- I just read that linked blog article that Andreas pointed to. So I think the main missing feature in junitlauncher task (as compared to Ant's junit task) is this: > With JUnit 4 and Ant, you got output that looked list this for each test run. > In the console. Real time while the build was running. > This was really useful. > [junit] Running com.javaranch.jforum.MissingHeadTagTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 > sec The real time nature of printing which test is being run I guess is what you are looking for as a summary (while the tests are still running). We currently write out these details to a file (if you use the legacy-plain listener), but it looks like users want to see it on the console as well. I think that's a useful feature to add. I'll take a look at it and see what we can do here. -- You are receiving this mail because: You are the assignee for the bug.