HTML report generator (from xml)

[testing/reporters/junit/HTML report generator (from xml)]


Generates a HTML report of the specified JUnit XML, and saves it to the specified path.


Input ports

  • junit xml: any

    The JUnit-format XML content to generate the report for. Example: "<testsuites tests="2" errors="0" failures="0" skipped="0"><testsuite tests="2" errors="0" failures="0" skipped="0" name="GET /user/:id - for valid user IDs" time="0.145"><testcase name="should return status 200" classname="should return status 200" assertions="1"><testcase name="should have "id" field" classname="should have "id" field" assertions="1">"

  • report path: any

    The desired report path.

Output ports

  • generated path: any

    Indicates, that the report was generated successfully.

  • bounced: any

    Indicates, that the report has failed to generate.

Last updated