Allure Notifications
Version updated for https://github.com/qa-guru/allure-notifications to version v6.0.14.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates sending test results to a Telegram channel using Allure reports. It supports various workflows, including one for integrating with the Marketplace, another for native npm CLI usage, and an alternative capability using an Allure plugin. The action can be run manually or as part of a release gate workflow.
What’s Changed
npm hard cut
- Public packages move to flat
@qa-guru/*(parity with allure-report-kit). - CLI:
@qa-guru/allure-notifications@6.0.14(bin nameallure-notificationsunchanged). - Libs:
@qa-guru/allure-notifications-{config,pyramid,core,plugin}@6.0.14. - Abandoned: bare
allure-notificationsand@allure-notifications/*(deprecated on npm). - Publish org:
qa-guruonly — seedocs/npm-publish.md.
Consumer
npx @qa-guru/allure-notifications@6.0.14 send --config config.json --live
After local npm i @qa-guru/allure-notifications, npx --no-install allure-notifications send … still works via bin.
Full Changelog: https://github.com/qa-guru/allure-notifications/compare/v6.0.13...v6.0.14