-
Notifications
You must be signed in to change notification settings - Fork 84
Telegram configuration
Vasenkov Stanislav edited this page Apr 13, 2021
·
10 revisions
- 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)
- Download latest release https://github.com/qa-guru/allure-notifications/releases or build .jar yourself:
gradle jar
-> build/libs/allure-notifications-*.jar
- Put allure-notifications-*.jar in your in your autotests project root (sorry, but kiss).
- Run it after allure-report is generated,
for example Jenkins postbuild task (Post build plugin required https://plugins.jenkins.io/postbuild-task/):