Skip to content

Azure DevOps#

Azure DevOps is a Microsoft product that provides version control, reporting, requirement management, project management, automated builds, testing and release management capabilities.

For Automation Reporting distribution of Zebrunner, this integration allows users to:

  1. Link work items to failed automated tests
  2. View history of work items, linked to a particular test
  3. Automatically link not closed work items to failed tests based on history of failure reasons
  4. View work item linked to a test directly from Zebrunner

For Test Case Management distribution of Zebrunner, this integration allows users to:

  1. Link work items to test case executions, allowing to track discrepancy in expected behaviour
  2. View history of work items, linked to executions of a particular test case
  3. Link work items as requirements to test cases
  4. View work item linked to a test case or a test case execution directly from Zebrunner

Obtaining Personal access token#

  1. Log in to your Azure DevOps workspace
  2. Click the User settings icon and select Personal access tokens in the dropdown menu

    azure-token-page.png

  3. Press the New Token button.

  4. In the pop-up, enter token name, select organization, set expiration date. In Scopes either select Full access or Custom defined with scopes Work Items - Read and Test Management - Read.

azure-new-token.png

  1. Click the Create button
  2. Copy the generated token

Configuring integration#

The following steps need to be performed to add an Azure DevOps integration:

  1. Navigate to SettingIntegrationsAzure DevOps
  2. Click the Integration button
  3. Enter URL to you Azure DevOps workspace in format https://dev.azure.com/<organization-name> (this value can be taken from the browser address bar), and Personal access token
  4. Select the projects to add the integration to. For more information, refer to Selecting projects documentation
  5. (optional) Click the Test button to check connectivity
  6. Click the Save button

azure-integration.png