Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-15446

Scanning maven test results do not include integration test results per default

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Maven
    • None
    • 0
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      When you configure a maven build you can check the option "The build will produce test results.".

      If you enable this options and you have failing integration tests in your project, the project will build without displaying test errors.

      The standard test directory is

      "*/target/surefire-reports/.xml"

      The default setting should be changed to

      **/target/surefire-reports/*.xml,**/target/failsafe-reports/*.xml
      

      to include results from integration tests too, or another option should be added to include this test results too.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              69a25ace109b Andreas Schufft
              Votes:
              12 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated: