tessy2junit
Implements a script to convert TESSY XML reports into JUnit XML format.
A solution from Tessy is availabe here: https://www.razorcat.com/files/files/tessy/TESSY_5.1.x/TESSY_UserManual_51.pdf
In Chapter 6.17.5 Execution and result evaluation you can find the description.
With command
tessycmd xslt [-xsl <XSL file>] [-o <output file>] <XML file>
and xlst file
C:\Program Files\Razorcat\TESSY_5.x\bin\plugins\com.razorcat.tessy.reporting.templates\5.x\ci\TESSY_TestDetails_Report_JUnit.xsl
you can transform your TESSY XML report into JUnit format.
Note
This project is under active development.
Contents