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?
Asked
Active
Viewed 1.5k times
8
-
1not yet, but we are going to implement such feature soon https://github.com/allure-framework/allure2/issues/273 – Dmitry Baev Jun 13 '17 at 16:52
-
@DmitryBaev: Any idea till when this will be completed? – Krishna Oct 12 '17 at 20:43
1 Answers
0
By Default, Allure reports are not a standalone / HTML Reports. the reports should be hosted in webserver. But if your using jenkins for Test Executions with Allure Plugin in Jenkins will take care of this with build wise executions and then u export that to PDF.

Rakesh
- 118
- 1
- 9