Skip to content

Telegram configuration

Vasenkov Stanislav edited this page Apr 13, 2021 · 10 revisions
Telegram config
  1. Create telegram bot in @BotFather and add it to your telegram chat (with admin permissions).
    Remember telegram bot secret
    Remember telegram chat id, you can find here -> https://api.telegram.org/bot{telegram_bot_secret}/getUpdates (bot needs admin rights)
  2. Download latest release https://github.com/qa-guru/allure-notifications/releases or build .jar yourself:
    gradle jar -> build/libs/allure-notifications-*.jar
  3. Put allure-notifications-*.jar in your in your autotests project root (sorry, but kiss).
  4. Run it after allure-report is generated, for example Jenkins postbuild task (Post build plugin required https://plugins.jenkins.io/postbuild-task/):

jenkins config

Clone this wiki locally