Closed kazurayam closed 8 months ago
I think I am not too much keen on this.
Ant JUnitReport Task is implemented as org.apache.tools.ant.taskdef.optional.junit.XMLJunitResultFormatter
class.
The source code is availalbe in the source.zip distributed at https://ant.apache.org/srcdownload.cgi
Is the org.apache.tools.ant.taskdef.optional.junit.XMLJunitResultFormatter
class accessible in a Test Case script in Katalon Studio? I checked it and found NO.
I want junit4ks to emit a XML Report just like task of Ant/Gradle does.
JUnit4 provides us a chance to implement and hook a RunListner https://memorynotfound.com/add-junit-listener-example/