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

Surefire 2.20 test output now show [INFO] or [ERROR] - can we disable this?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 2.20
    • None
    • Maven Surefire Plugin
    • linux/maven 3.0.5

    Description

      Previous version of surefire were showing test result but new version 2.20 is showing [INFO] [ERROR]
      Is there a way to get the old ouput?

      BEFORE 2.20

      -------------------------------------------------------
      T E S T S
      -------------------------------------------------------
      Tests run: 45, Failures: 0, Errors: 0, Skipped: 0
      Running com.my.qa.security.RestTest
      Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.297 sec - in com.my.qa.security.RestTest
      Running com.my.qa.security.scan.SecurityScanningTest
      Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 19.945 sec <<< FAILURE! - in com.my.qa.security.scan.SecurityScanningTest

      WITH 2.20

      [INFO] -------------------------------------------------------
      [INFO] T E S T S
      [INFO] -------------------------------------------------------
      [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0
      [INFO] Running com.my.qa.security.RestTest
      [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.297 sec - in com.my.qa.security.RestTest
      [INFO] Running com.my.qa.security.scan.SecurityScanningTest
      [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 19.945 sec <<< FAILURE! - in com.my.qa.security.scan.SecurityScanningTest

      Attachments

        Activity

          People

            tibordigana Tibor Digana
            dany Dany Alain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: