Notifications configuration

Get notified about your simulations with Slack or Microsoft Teams.

Introduction

You can configure Gatling Enterprise to send notifications about your simulation runs results directly with Slack or Microsoft Teams.

Notifications will be sent as soon as a simulation run ends, and will display:

  • A summary of your simulation info
  • The run result (Successful, Assertions failure, etc.)
  • Assertions results, if you configured any in your simulation
Slack example 1
Teams example 1

Preparation

Notifications are based on webhooks, so you will have to configure one before using it in Gatling Cloud.

Follow the official Slack documentation to create one targeting the channel on which you want your notifications.

Keep your new webhook URL for the next step. It will be a URL that looks like the following:

https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX

Microsoft Teams notifications are based on Microsoft Teams webhooks, so you will have to configure one before using it in Gatling Cloud.

Follow the official Microsoft Teams documentation to create one targeting the channel on which you want your notifications.

Keep your new webhook URL for the next step. It will be a URL that looks like the following:

https://xxxxx.webhook.office.com/xxxxxxxxx

Configuration

Navigate to your organization configuration page, and to the Notifications tab.

From there, you will be able to activate and configure notifications for your communication tools:

Notifications Tab 1
Notifications Tab 2

Click on the toggle to activate notifications.

Paste your webhook URL in the text field, then you can test and save it:

Notifications Slack 1
Notifications Teams 1
  • The Test button sends a hello world message to your webhook before saving it.
  • Save persists your configuration. The next simulation runs will send a notification at the end.

To deactivate notifications, click on the toggle, and confirm your choice.

Edit this page on GitHub