This directory contains a replca of TestNG Excel Report Generator project.
This java app converts testng-result.xml, that is normally found in target/surefire-reports into an Excel 2003 report with columns
| column | data |
|---|---|
| Test Case Name | package, class, method name |
| Status | pass or fail |
| Exception | exceptions thrown |
| Exception Message | stack trace |
to run the formatter,
mvn clean install
java -jar target/TestNgToExcel-1.0.7-jar-with-dependencies.jar testngxmlfiles\testng-results.xmlor
mvn clean test package
java -cp target\TestNgToExcel-1.0.7.jar;target\lib\* com.xls.report.main.MainClass testngxmlfiles\testng-results.xml