---
title: Integrations
description: Discover how to integrate Allure Report with CI/CD tools like Jenkins and GitHub Actions, or embed it into JetBrains IDEs and VS Code for seamless test reporting.
---

# Integrations

This chapter describes how to integrate Allure Report into various tools used for software development.

## Integrations with CI/CD tools

Having Allure Report on a local machine is great, but what if we want to generate the reports automatically as part of a CI/CD process? Integrations with CI/CD systems allow just that. They download the correct version of Allure Report and generate the report during a pipeline run. Some integrations can embed the report into the pipeline results page so you and your colleagues may view it later.

Check out the documentation page of each integration to learn more about its capabilities:

- [Azure DevOps integration](/docs/integrations-azure/) (Allure 2)
- [Bamboo integration](/docs/integrations-bamboo/) (Allure 2)
- [GitHub Action integration](/docs/integrations-github-action/) (Allure 3)
- [Jenkins integration](/docs/integrations-jenkins/)
- [TeamCity integration](/docs/integrations-teamcity/) (Allure 2)

## Integrations with development tools

These integrations embed Allure Report commands into the IDE's UI:

- [JetBrains IDE integration](/docs/integrations-jetbrains/) (Allure 2)
- [Visual Studio Code integration](/docs/integrations-vscode/) (Allure 2)
