Can Gatling be integrated with Slack ?

Hi,

I would like to send the HTML reports generated by Gatling to a slack channel. Is there any way to accomplish this ?

If so, can you send me the documentation or any guide?

Basically, once I run a script, I would like the report or a summary to be sent to slack.

Hi,

I don’t think that there is a native support for that, but you can always use Slack hooks, just post your payload on Slack webhook and you’re ready to go

More about hooks here https://api.slack.com/messaging/webhooks

Dani