> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bugster.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Netlify

> Automatically run tests on deployments with GitHub App integration

## Prerequisites

<Warning>
  You must have the [Bugster GitHub App](https://github.com/apps/bugster-dev) installed and connected to your repository before using this integration.
</Warning>

Visit your [Bugster Dashboard](https://app.bugster.dev) → Project Settings → GitHub Integration to install the GitHub App if you haven't already.

## Configuration

<Steps>
  <Step title="Go to your project configuration">
    Navigate to your Netlify project settings.
  </Step>

  <Step title="Access notifications settings">
    Click on **Notifications > Emails and Webhooks**.

    <Frame>
      <img src="https://mintcdn.com/bugster-a8beb776/2JMapMYRJmQ4ZdY3/images/netlify/settings-notif.png?fit=max&auto=format&n=2JMapMYRJmQ4ZdY3&q=85&s=0c0cd5bb86c3c4c73e9d3e1e62aae2da" alt="Netlify notifications settings" width="3450" height="1982" data-path="images/netlify/settings-notif.png" />
    </Frame>
  </Step>

  <Step title="Add HTTP POST request notifications">
    Add HTTP POST request notifications for "Deploy succeed", "Deploy started" and "Deploy failed".

    <Frame>
      <img src="https://mintcdn.com/bugster-a8beb776/2JMapMYRJmQ4ZdY3/images/netlify/deploy-succed.png?fit=max&auto=format&n=2JMapMYRJmQ4ZdY3&q=85&s=031d407e32a9c494033463201c334199" alt="Deploy notifications setup" width="3446" height="1966" data-path="images/netlify/deploy-succed.png" />
    </Frame>
  </Step>

  <Step title="Get the webhook URL from Bugster">
    Copy the webhook URL from your Bugster Project Settings > Integrations > Netlify Integration.

    <Frame>
      <img src="https://mintcdn.com/bugster-a8beb776/2JMapMYRJmQ4ZdY3/images/netlify/netlify-bugster.png?fit=max&auto=format&n=2JMapMYRJmQ4ZdY3&q=85&s=a30dde0fde2c575131aba8fd309cb4eb" alt="Bugster Netlify integration settings" width="3446" height="1978" data-path="images/netlify/netlify-bugster.png" />
    </Frame>
  </Step>
</Steps>

Now you're ready! Open a new PR and watch Bugster run your test suite against the Netlify preview.
