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

Splitting tests names in two categories : success and failure

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • 2.0 (2.2 plugin)
    • None
    • Maven Surefire Plugin
    • None

    Description

      We have to check all the *.txt files to find the ones which contain some errors. The fact that failed tests are listed before does not help a lot when you have hundred of tests run with sometime lot of logs.

      I would rather propose that we either create two sub-directories (failure/success) or that we postfix tests.

      A good example :

      ...
      Tests run: 197, Failures: 1, Errors: 0, Skipped: 0

      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] There are test failures.

      Please refer to /home/elecharny/apacheds/mina/trunk/core/target/surefire-reports for the individual test results.
      ...

      Would be better to have :

      Please refer to /home/elecharny/apacheds/mina/trunk/core/target/surefire-reports/failure for the individual test failures.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              elecharny Emmanuel Lécharny
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: