---
source_url: "https://docs.katalon.com/katalon-studio/integrations/test-analysis/manage-test-reports-in-slack---katalon-studio-integration"
title: "Manage test reports in Slack - Katalon Studio integration | Katalon Docs"
mirrored_at: 2026-08-04T01:33:47.960Z
host: docs.katalon.com
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/docs.katalon.com/katalon-studio/integrations/test-analysis/manage-test-reports-in-slack---katalon-studio-integration"
---

> **Original source:** https://docs.katalon.com/katalon-studio/integrations/test-analysis/manage-test-reports-in-slack---katalon-studio-integration

Last updated

:

April 2026

The Slack Integration Plugin allows you to receive test execution results from Katalon Studio to a Slack channel in real-time.

This plugin supports both public and private channels.

This guide shows you how to create a Slack API app and configure the Slack Integration Plugin in Katalon Studio.

requirements

-   An active Katalon Studio license.
-   A Slack workspace.

## Create a Slack API app for integration[​](#create-a-slack-api-app-for-integration "Direct link to create-a-slack-api-app-for-integration")

1.  To create a Slack API app, open a Slack workspace and navigate to the [Slack API app](https://api.slack.com/apps) site to create a new app from scratch.
    
    ![Create an app from scratch](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/Slack-create-app-from-scratch.png)
    
2.  Configure the app. In the **Feature** sidebar, navigate to the **OAuth & Permissions** section, scroll down to the **Scopes** pane and add these **Bot Token Scopes**: `app_mentions:read`, `calls:write`, `chat:write`, and `chat:write.customize`.
    
    ![Add scopes](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/Slack-add-scope.png)
    
3.  To install the app, scroll up to the **OAuth Tokens for Your Workspace** pane and click on the **Install to Workspace** button.
    
    ![Install to Workspace button](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/Slack-app-api-install-app.png)
    
4.  After the installation, a **Bot User OAuth Token** is displayed. Click on the **Copy** button to copy the token to your clipboard.
    
    Katalon Studio requires this token to integrate with a Slack API app.
    
    ![Copy the OAuth token](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/Slack-bot-OAuth-token.png)
    
5.  Select a channel in your Slack workspace. In the message field, type in "`/invite`" and select **Add apps to this channel**. Enter your app's name.
    
    ![Add apps to this channel](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/Slack-add-app-to-channel.png)
    

## Enable Slack Integration[​](#enable-slack-integration "Direct link to enable-slack-integration")

1.  Install the [Slack Integration](https://store.katalon.com/product/4/Slack-Integration) plugin from Katalon Store. After installing the plugin, open Katalon Studio and select **Your Account > Reload Plugins**. For detailed instructions, see: [Reload Plugins](https://docs.katalon.com/katalon-platform/plugins-and-add-ons/katalon-store/katalon-studio-plugins/installing-plugin-offline-in-katalon-studio#install-plugins-offline).
    
2.  In the main menu, select **Project > Settings > Plugin > Slack**.
    
    ![KS Slack settings](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/KS-Settings-Slack.png)
    
3.  To enable Slack Integration, check the **Using Slack** checkbox.
    
4.  In the **Authentication** section, input the required information:
    
5.  **Authentication Token**: The **Bot User OAuth Token** of your Slack API app.
6.  **Channel/Group**: The Slack channel where the app is added.
    
    ![Slack settings input](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/KS-Slack-plugin-input.png)
    
7.  Click the **Test Connection** button to ensure Katalon Studio is integrated with the Slack API app. Click **Apply** when done.
    
    ![Check Slack connection](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/KS-Slack-plugin-test-connection.png)
    
8.  After the configuration, whenever an execution in Katalon Studio is finished, your Slack API app will automatically send execution reports to the configured Slack channel.
    
    ![Configure Slack plugin](https://github.com/katalon-studio/docs-images/raw/master/katalon-studio/docs/slack-plugin-integration/Slack-Test-result-summary.png)