Skip to Content

Connect an Azure DevOps Repository

If your code is hosted on Azure DevOps, you can easily connect your repositories to Level CI to enable automated accessibility scanning.

Start from the Dashboard

Click the ”+” button in the top-right corner of the dashboard and select Import from Azure DevOps. This will take you to the Import project from Azure DevOps page.

Connect Your Azure DevOps Organization

Click Connect Azure DevOps organization to authenticate. You will be redirected to the Azure DevOps login page. Sign in with your Azure DevOps credentials.

Permissions Requested

Level CI requests permission to:

  • Read your account information
  • Read your repositories and pull requests
  • Read your team membership information

These permissions allow Level CI to access your Azure DevOps organization or personal account. You can choose to connect all repositories or select specific ones, and you can update these settings later if needed.

How Projects Are Structured

Level CI reflects the organization of your Azure DevOps codebase:

  • Each Level CI project corresponds to one Azure DevOps repository
  • Azure DevOps repositories are grouped under Azure DevOps organizations or personal accounts
  • A single Level CI organization can connect to multiple Azure DevOps organizations or personal accounts

Import Your Projects

After connecting your Azure DevOps organization, you will see a list of available repositories.

To import projects:

  • Select the Azure DevOps organization you want to import from.
  • Choose the repositories you want to analyze.
  • Optionally adjust the default project settings.
  • Click Create Project to start the import.

Note: An Azure DevOps repository can only be imported once into Level CI.

Each imported repository becomes a standalone Level CI project.

Complete Your Setup

Next, select your:

  • End-to-end testing framework (such as Cypress, Playwright, Selenium, etc.)
  • Build environment (such as Azure DevOps pipelines or other CI tools)

Follow the guided setup instructions to finalize your configuration.

Run and Review Your First Analysis

Once setup is complete, Level CI will run its first accessibility scan automatically.

You can view detailed results in the Level CI dashboard. Additionally, Level CI integrates with Azure DevOps to display scan results directly within your Azure DevOps environment, including annotations on pull requests and quality gate status.

Last updated on