Something Blue
Something Blue

Reputation: 1

Send email of failed test cases details using allure report

I want to know if there is a way of sending an email which will contain the details of failed test cases using allure report? We are using jenkins for publishing allure report but would need to send failure details over email.

Upvotes: 0

Views: 1100

Answers (1)

Denis Koreyba
Denis Koreyba

Reputation: 3718

According to this article: https://habr.com/company/jugru/blog/337386/ they are gonna make a feature of creating PDF and CSV reports, yet they just plan it and haven't don't it for now.

So for now Allure doesn't allow you to send their report via email. But I guess you can use any other reports.

Upvotes: 0

Related Questions