typhoon-hil / allure-docx

docx report generation based on allure-generated json files
MIT License
30 stars 14 forks source link

Generate an PDF overview from the test results #45

Open MattHowdy opened 8 months ago

MattHowdy commented 8 months ago

Dear Sup3rGeo!

I’d like to use this repository to generate an ‘executive summary’ from the allure results. It would be a very brief summary similar to the overview menu on Allure. This one-pager document would include the pie chart with some additional basic data, and only! the failed test cases with an extra column for further explanation (maybe the body with the screenshot).

Is it possible to exclude the test cases with ‘passed’ status from the generated report? Is it possible to add an extra column next to the name and the status of the test for further explanations?

For us, the generated report contains over 500 pages for hundreds of test cases, and it is over 50 pages even if the detailed explanations are removed.

Thank you for your answer! Best MattHowdy

bjarnesc commented 1 month ago

Checkout my fork: https://github.com/bjarnesc/allure-docx There you could just set "tests" to "fbsu" and it should exclude all passed tests from the overview. It will not get rid of the details though. As my reply is a bit late, let me know if it is still a topic and I can see if I can make some further changes.