Notify reg-suit result to Chatwork channel.
npm install reg-notify-chatwork-pluginA reg-suit plugin to send notification the testing result to chatwork channel.
``sh`
npm i reg-notify-chatwork-plugin
reg-suit prepare -p notify-chatwork
`ts`
{
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.
-