Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-2153

Replace SurefireReportGenerator with a new SurefireReportRenderer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0-M9
    • 3.1.0
    • None

    Description

      The problem with SurefireReportGenerator is that is has been written 10+ years ago. It does not use AbstractMavenReportRenderer which causes a lot of code duplication. It shall be superseded with SurefireReportRenderer which does extend from the abstract renderer.

      The new renderer will also modernize the way data is displayed:

      • SurefireReportParser is supposed to collect data, not to format it. This is a task of the view layer
      • Separate percent and number formatters
      • Hide full table row instead of leaving ugly condensed one because of hidden div
      • Remove redudant div around verbatim block
      • Simplify renderer due to the foundatation on abstact renderer
      • Simplify tests

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              michael-o Michael Osipov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: