kazurayam / junit4ks

JUnit for Katalon Studio. A Groovy class enables you to run JUnit4 for your custom keyword classes in Katalon Studio
https://forum.katalon.com/t/junit4-katalon-studio-integration-by-a-built-in-keyword/17637
4 stars 2 forks source link

I want junit4ks to emit a XML Report #2

Closed kazurayam closed 8 months ago

kazurayam commented 3 years ago

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/

kazurayam commented 3 years ago

https://ant.apache.org/manual/Tasks/junitreport.html

kazurayam commented 3 years ago

I think I am not too much keen on this.

kazurayam commented 8 months ago

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.

スクリーンショット 2024-02-21 18 01 20