Slack Integration
Slack Integration
Is there Slack integration for Ranorex with testing reports or etc?
Re: Slack Integration
I used the Slack API (specifically WebHooks) to achieve this from our build tools, which invoke Ranorex automatically. It's the same mechanism we used to integrate our build notifications into Slack actually. It was a bit of effort to get started, but after that it's easy to customise the notifications for different aspects (build, test, etc).
Re: Slack Integration
Thanks. Ill start looking in to your suggestion.