Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate an PDF overview from the test results #45

Open
MattHowdy opened this issue Mar 6, 2024 · 1 comment
Open

Generate an PDF overview from the test results #45

MattHowdy opened this issue Mar 6, 2024 · 1 comment

Comments

@MattHowdy
Copy link

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.

  • 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

@bjarnesc
Copy link

bjarnesc commented Sep 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants