I have a set of JUnit Test Cases and I execute them from ANT using the junit task. While executing the tests, in the console I get to see only which test case (i.e. Java cla
You can try using the formatter by setting type as plain.
formatter
Or
You can use implement Custom formatters by extending org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter class.
org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter