Notify reg-suit result to Slack channel.
npm install reg-notify-slack-pluginA reg-suit plugin to send notification the testing result to Slack channel.
``sh`
npm i reg-notify-slack-plugin
reg-suit prepare -p notify-slack
`ts`
{
webhookUrl: string;
}
- webhookUrl` - _Required_ - The incoming WebHook URL sending message your Slack channel.