Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>codeBeamer Test Publisher
codeBeamer Test Publisher

codeBeamer Test Publisher

Intland Software

|
8 installs
| (0) | Preview
Upload test results in XUnit format to an existing codeBeamer instance to simplify traceability.
This extension is now unpublished from Marketplace. You can choose to uninstall it.

codeBeamer XUnit Test Uploader

Upload test results to codeBeamer on-premise or SaaS using this Azure Pipelines extension.

Usage

Open a pipeline in the Azure DevOps editor, find the application in the task list and add it to the pipeline. Fill all the required fields to connect to a codeBeamer instance. After a successful connection all test results will be uploaded to test run tracker selected.

Example YAML configuration

- task: codebeamer-xunit-uploader@0
  inputs:
    test_xml_folder: "."
    test_run_name: "$(Build.DefinitionName) $(Build.Reason)"
    test_run_id: "$(Build.BuildNumber)"
    server_url: "https://codebeamer.azure.codebeamer.com"
    cb_user: "<user>"
    cb_password: "<password>"
    test_configuration_id: "1"
    test_case_tracker_id: "2"
    test_run_tracker_id: "3"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft