Skip to main contentWundertest 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
- Go to the Slack API Apps page
- Click Create New App
- Select From scratch
- Enter a name for your app (e.g., “Wundertest Notifications”)
- Select the workspace where you want to install the app
- Click Create App
Step 2: Enable Incoming Webhooks
- In the left sidebar of your app’s settings page, click on Incoming Webhooks
- Toggle the switch to On to activate incoming webhooks
- Click Add New Webhook to Workspace
- Select the channel where you want to receive notifications
- 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
- Log in to your Wundertest account
- Navigate to Settings
- Scroll down to the Webhooks section
- Click Add Webhook
- Enter a name for your webhook (e.g., “Slack Notifications”)
- Paste the Slack webhook URL you copied earlier
- You can test the webhook by clicking the Test webhook button
- 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
- 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.