Gatling Enterprise Edition can send automatic notifications to your team’s communication tools as soon as a simulation run ends. Each notification includes a summary of the simulation, the final run result (Successful, Assertions failure, etc.), and the individual assertion results if your simulation includes assertions. This keeps your team informed about load test outcomes without requiring anyone to log in to the platform.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gatling/gatling.io-doc/llms.txt
Use this file to discover all available pages before exploring further.
Notification configuration is available to Gatling Enterprise Edition administrators only. Notifications are sent via incoming webhooks, so you must create a webhook in the target platform before configuring it in Gatling Enterprise Edition.
Supported Notification Channels
Slack
Receive simulation run results directly in any Slack channel via an incoming webhook.
Microsoft Teams
Receive simulation run results in any Microsoft Teams channel via an incoming webhook connector.
Slack Notifications
Step 1 — Create a Slack Webhook
Follow the official Slack incoming webhooks documentation to create a webhook targeting the channel where you want notifications to appear. Your webhook URL will look like:Step 2 — Configure in Gatling Enterprise Edition
Navigate to Notifications
Go to your Organization configuration page and select the Notifications tab.
Disabling Slack Notifications
Click the toggle in the Notifications tab to deactivate notifications and confirm your choice. Disabling notifications deletes the webhook URL from Gatling Enterprise Edition storage — it is not retained after deactivation.Microsoft Teams Notifications
Step 1 — Create a Teams Webhook
Follow the official Microsoft Teams incoming webhooks documentation to create an incoming webhook connector targeting the target channel. Your webhook URL will look like:Step 2 — Configure in Gatling Enterprise Edition
Navigate to Notifications
Go to your Organization configuration page and select the Notifications tab.
Enable Teams Notifications
Click the toggle next to the Microsoft Teams section to activate notifications.
Disabling Teams Notifications
Click the toggle in the Notifications tab and confirm your choice. As with Slack, deactivating Teams notifications permanently removes the stored webhook URL.What Each Notification Contains
Every notification sent by Gatling Enterprise Edition includes:- Simulation info summary — the simulation name, team, and run metadata
- Run result — the final status (e.g.,
Successful,AssertionsSuccessful,AssertionsFailed, etc.) - Assertion results — individual pass/fail status for each configured assertion, if any