qa-guru / allure-notifications

jar, that draws piechart from results and sends it with link to build to messenger
Apache License 2.0
477 stars 77 forks source link

Add mattermost wiki #97

Open Phoenix124 opened 2 years ago

Phoenix124 commented 2 years ago

1. Create Mattermost Bot

2. Create channel

3. Add bot to channel

3. Edit config.json

{
  "base": {
    "logo": "",
    "project": "",
    "environment": "",
    "comment": "",
    "reportLink": "",
    "language": "ru",
    "messenger": "mattermost",
    "allureFolder": "",
    "enableChart": false
  },
  "mattermost": {
    "url": "mm.<team>.com",
    "token": "<bot_token>",
    "chat": "<Channel_ID>"
  }
}
Phoenix124 commented 2 years ago

@svasenkov

Phoenix124 commented 2 years ago

@svasenkov кто может вмержить в wiki?

Phoenix124 commented 2 years ago

@valfirst кто Wiki для MM обновить может?

valfirst commented 2 years ago

@valfirst кто Wiki для MM обновить может?

not me :)

PS: my personal would be to follow "documentation as a code" approach and move everything from GitHub wiki to README.md as a first step (in future GitHub pages could be considered for hosting a generated documentation website if necessary)

svasenkov commented 2 years ago

@valfirst кто Wiki для MM обновить может?

not me :)

PS: my personal would be to follow "documentation as a code" approach and move everything from GitHub wiki to README.md as a first step (in future GitHub pages could be considered for hosting a generated documentation website if necessary)

Good idea

svasenkov commented 2 years ago

@svasenkov кто может вмержить в wiki?

Wait, please