You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Allure version: 0.4.1
Test framework and the Allure plugin used to generate the result folder: Cypress 13.6.5 and @mmisty/cypress-allure-adapter
The exception traceback
The test result files/folder you tried to use with allure-docx.
Thank you for your answer!
Best
MattHowdy
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: