Slack Integration


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/slack-integration.html
1 Like

Is it possible to get Slack Integration to send a message when a test suite runs/passes/fails?

3 Likes

According to this post, yes:

2 Likes

+1 would love to see this feature

1 Like

+1 would love to have this

1 Like

I would like to see that feature too! In my opinion the real reason why I would use the Slack integration.

1 Like

Hi @vincent.healy

I think this link answer your question: https://docs.katalon.com/katalon-studio/docs/slack-plugin-integration.html#configure-slack-plugin

A message will be sent when you perform a test suite to slack.

My question is, is there a way to send the result message to slack when we use the command line to run the test?

Thanks

I’ve found the answer :wink:, so we need to add the “-apiKey” parameter in the command line.

We can use the command below to send the result to slack.

katalon -noSplash -runMode=console -consoleLog -noExit -projectPath=“C:\Users\tiago.vaccari\Katalon Studio\Web.Portal\Web.Portal.prj” -retry=0 -testSuitePath=“Test Suites/New Test Suite” -executionProfile=“default” -browserType=“Chrome” -apiKey=“de544cef-a56b-4eb5-a051-391bc0537b59(your key)”

1 Like