# CI integration

Loadmill enables users to connect tests to a GitHub repository so that the tests will run per each successful release of the application associated with the repository.

Configure the integration by following the steps below:

1. Navigate to **Settings** - **Integrations** - CONNECT TO GITHUB. Note: only team admins can perform this action.

![](/files/KlKNtHrGElm9PpDlyXTy)

2\. You will promptly be redirected to GitHub and then back to Loadmill, select a relevant repository and click **CONFIGURE**.

3\. Choose a relevant Test Plan and click **SAVE CONFIGURATION**. Find more information about Test Plans [here](https://docs.loadmill.com/api-testing/test-plan).

![Selecting Test Plan](/files/-MUi1U-lt3qH6Q0-C-rl)

From now on, the chosen Test Plan will run upon a successful release to the application associated with the repository with the application url as the target url.

Watch your tests update in real time on commits and the pull request screen in GitHub as shown below. Click on **Details** to navigate to the Test Plan run.

![Pull request screen](/files/-MUi6jxhUHGbnUptqCXD)

Each Test Plan run will include the commit message within the Test Suite names:

![Test Plan run screen](/files/-MUiAVcoQVsenY1vgSTu)

Thus, it will be easy to identify which commit the Test Plan run is referring to.

To reset the integration, click on **Configured** next to the repository name and click **CLEAR CONFIGURATION**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loadmill.com/integrations/github-integration/ci-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
