HTML report generator (from file)
[testing/reporters/junit/HTML report generator (from file)]
Generates an HTML report of the specified JUnit XML file, and saves it to the specified path.
Input ports
junit xml path:
any
The path to the JUnit XML file to generate the report for. Example: "C:\folder\report.xml"
report path:
any
The desired report path. Example: "C:\folder\report.html"
Output ports
generated path:
any
Indicates, that the report was generated successfully.
bounced:
any
Indicates, that the report has failed to generate.
Last updated