0.0.2 • Published 3 years ago

acot-reporter-slack v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

acot-reporter-slack

A Slack reporter for acot.

Usage

Installation

Install via npm:

$ npm install --save acot-reporter-slack

Install via yarn:

$ yarn add acot-reporter-slack

Configuration

module.exports = {
  reporter: {
    use: "slack",
    with: {
      url: "https://hooks.slack.com/services/XXX/XXX/XXX",
    },
  },
};
  • url: URL of Slack's incoming webhook (Required)

Development

TODOs

  • Minimum notification
  • Provide option to configure Slack's incoming webhook URL
  • Report summary by rules
  • Decorate notification using Block Kit
  • Options to specify events of notification