Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-15419

Configure Searched Test Report Directories in the YAML

    XMLWordPrintable

Details

    • 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

      Add support for adding directories to search for Test Report XML files in the bitbucket-pipelines.yml. For example:

      #!
      pipelines:
        default:
          - step:
              test-reports:
                - ~/a/very/far/far/far/away/file/from/the/normal/scanner/*.xml
                - ~/**/different-name-to-default
              script:
                - echo "Hello"
      

      As a follow up on Track Tests in Pipelines - Unit Tests.

      For customers interested in this issue, can you please include your use-case for configuring this explicitly in the YAML. We're also curious if the build tool you are using supports reconfiguring the output directory of the test report generator.

      Attachments

        Activity

          People

            Unassigned Unassigned
            phodder Philip Hodder
            Votes:
            11 Vote for this issue
            Watchers:
            17 Start watching this issue

            Dates

              Created:
              Updated: