Skip to main content
Wundertest can send notifications to your Slack channels when test runs succeed or fail. This guide will show you how to set up a Slack app with incoming webhooks and connect it to Wundertest.

Overview

By integrating Wundertest with Slack, you can:
  • Receive immediate notifications when test runs fail
  • Get success notifications when all tests pass
  • Keep your team informed about the status of your tests without leaving Slack

Setting Up a Slack App with Incoming Webhooks

Step 1: Create a Slack App

  1. Go to the Slack API Apps page
  2. Click Create New App
  3. Select From scratch
  4. Enter a name for your app (e.g., “Wundertest Notifications”)
  5. Select the workspace where you want to install the app
  6. Click Create App

Step 2: Enable Incoming Webhooks

  1. In the left sidebar of your app’s settings page, click on Incoming Webhooks
  2. Toggle the switch to On to activate incoming webhooks
  3. Click Add New Webhook to Workspace
  4. Select the channel where you want to receive notifications
  5. Click Allow to authorize the app

Step 3: Copy the Webhook URL

After authorizing the app, you’ll be redirected back to the Incoming Webhooks page. Here you’ll see your newly created webhook URL. This is what you’ll need to add to Wundertest.

Connecting to Wundertest

Step 1: Access Webhook Settings in Wundertest

  1. Log in to your Wundertest account
  2. Navigate to Settings
  3. Scroll down to the Webhooks section
  4. Click Add Webhook

Step 2: Configure the Webhook

  1. Enter a name for your webhook (e.g., “Slack Notifications”)
  2. Paste the Slack webhook URL you copied earlier
  3. You can test the webhook by clicking the Test webhook button
  4. Select which events you want to be notified about:
    • Test Run Failed: Get notified when a test run fails
    • Test Run Success: Get notified when a test run succeeds
  5. Click Save

Next Steps

Once you’ve set up Slack notifications, consider integrating Wundertest with your CI/CD pipeline using our GitHub Actions or Vercel integrations for a complete testing workflow.