Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Save allure report in PDF and email

I have setup allure reporting system with testng using Maven. My boss wants reports in emailable format or PDF format. Is there any why to save allure report in pdf?

like image 674
Krishna Avatar asked Jun 13 '17 15:06

Krishna


People also ask

How do I attach an allure report to an email?

Each time you generate a allure-report from the java code, copy this allure-2.13. 5 folder inside the report folder generated. Then you need to have two files to open the report in any machine(even in a machine which doesn't have allure installed).

How do I email allure report from Jenkins?

Open your Jenkins Dashboard > Manage Jenkins > Configure Systems. Then scroll down to Email Extension. If you have decided to use the default Email the scroll down to Email and enter the details and save.


1 Answers

We have developed a simple executable to generate a docx file from Allure results, with option to generate a pdf file using some third-party libraries:

https://github.com/typhoon-hil/allure-docx

like image 123
SuperGeo Avatar answered Oct 26 '22 08:10

SuperGeo