reg-notify-slack-plugin

Notify reg-suit result to Slack channel.

Usage no npm install needed!

<script type="module">
  import regNotifySlackPlugin from 'https://cdn.skypack.dev/reg-notify-slack-plugin';
</script>

README

reg-notify-slack-plugin

A reg-suit plugin to send notification the testing result to Slack channel.

Install

npm i reg-notify-slack-plugin
reg-suit prepare -p notify-slack

Configure

{
  webhookUrl: string;
}
  • webhookUrl - Required - The incoming WebHook URL sending message your Slack channel.