reg-notify-chatwork-plugin
v0.14.4
Published
Notify reg-suit result to Chatwork channel.
Downloads
13
Readme
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 TokenroomID
- 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.