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 upJunit 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. |
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.