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

# Slack Alerts

> Connect Spur with Slack for real-time test result notifications in your workspace.

## Overview

The Slack integration sends test result notifications directly to a channel in your workspace. You can receive alerts when tests fail, when they pass, or get a daily summary of all results.

## Setup

<Steps>
  <Step title="Create a Slack channel">
    In your Slack workspace, create a new channel for Spur notifications (e.g. `#spur_alerts`).
  </Step>

  <Step title="Connect Slack in Spur">
    Navigate to the Integrations page and click **Connect** on the Slack card. Authorize Spur to access your workspace when prompted.

    <Card icon="slack" iconType="brands" href="https://app.spurtest.com/integrations" title="Connect Slack">
      Go to the Integrations page in Spur to connect your Slack workspace.
    </Card>
  </Step>
</Steps>

## Notification Options

Once connected, you can choose when Spur sends alerts to your channel:

* **On Fail** — Get notified when one or more tests fail.
* **On Pass** — Get notified when tests pass.
* **End of Day Summary** — A daily digest of all test results.

<Tip>
  You can also customize the Slack channel and notification trigger per test plan. Test plans can send alerts to their own dedicated channels. See the [Running Test Plans](/running-tests/test-plans) page for details.
</Tip>
