reg-notify-chatwork-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.14.4 • Public • Published

reg-notify-chatwork-plugin

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

Install

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

Configure

{
  chatworkToken: string;
  roomID: string;
  mrUrl: string;
  mention: string;
  pipelineUrl: string;
}
  • chatworkToken - Required - The API token of chatwork account sending message your chatwork channel. Chatwork API Token
  • roomID - Required - The room id of your chatwork channel.
  • mrUrl - Optional - The url of merge request.
  • mention - Optional - Ex: [toall]
  • pipelineUrl - Optional - The url of pipeline.

Readme

Keywords

Package Sidebar

Install

npm i reg-notify-chatwork-plugin

Weekly Downloads

80

Version

0.14.4

License

MIT

Unpacked Size

86.6 kB

Total Files

18

Last publish

Collaborators

  • quramy