add support for tests (beta) for self-hosted runners

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • Component/s: Pipelines - Tests
    • None
    • 2

      currently, only cloud pipeline tests are automatically uploaded and shown in the tests (beta) tab. for tests executed on self-hosted runners, a workaround is required by adding custom test reports through an artifacts upload.

      example configuration:

      artifacts:
        upload:
          - name: "custom test reports"
            type: "test-reports"
            paths:
              - "target/surefire-reports/*" 

       

              Assignee:
              Unassigned
              Reporter:
              Suhas Sundararaju
              Votes:
              7 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: