Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Junit reporter output not generating an HTML report #1031
Comments
|
Can you provide more information like:
With so little amout of information provided I cant even figure you what the problem is exactly. |
The above xml does not render when converted to html |
|
I don't think that the JUNIT-Reporter was supposed to create HTML in the first place. Could you provide an example of what's wrong and what you'd expect? |
|
Any idea on how to generate an HTML report from the Junit reporter? |
|
What's the goal you want to achieve? |
|
I appreciate your quick response ! My goal is to get HTML report for my test run. |
|
With the purpose of having a nicely formatted result? |
|
If I am using Jenkins for my CI solution, what plugin I would need to display an HTML report? |
|
Hi @guruo5 , the documentation about reporters should hopefully help : http://utplsql.org/utPLSQL/v3.1.9/userguide/reporters.html |
|
From the Jenkins PlugIn page: |
|
@guruo5 |
|
As an action item, we should probably have a section in documentation or some blog posts about integrating utPLSQL with CI servers like Jenkins. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

I am using UT_JUNIT_REPORTER for my reports and out put o- path/report.html. The html report is not displayed. Looks like system-out and system-err tags are not handled correctly. The xml report also appends previous error as well.