Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-10832

make testng reporter-output field viewable from testng-plugin generated reports

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • testng-plugin
    • None

      I would like to see the <reporter-output><line></line></reporter-output> values on the testng-plugin reports, especially on the test method result page view.

      Here is a description of the test client code and how it is used: http://testng.org/doc/documentation-main.html#logging-reporter-api

      The testng-results.xml file generates this xml:

      <testng-results skipped="1" failed="0" total="1" passed="0">
      <reporter-output>
      <line>Important test message which should be recorded!</line>
      <line>Another important test message which should be recorded in the test results!</line>
      </reporter-output>
      ...

      Please make this viewable from the Jenkins testng-plugin generated results pages if it exists in the testng-results.xml file. In my scenario, I need this only for the method results view, but I could see this as useful for the groups, class, and package results views as well.

      Thank you!

            nalin_makar nalin_makar
            denalilumma Denali Lumma
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: