Attachments of generated report are duplicated for each plugin #3279
Unanswered
valerii-lukomskyi
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, sorry for filing this as an issue: allure-framework/allure3#545. Found these Discussions later after I've logged an issue.
I've noticed that allure report with multiple awesome plugins in config duplicates the attachments for each plugin. Is this expected behavior? Or is it possible bug?
Here are the detailed STR:
Describe the bug
Test results attachments are duplicated across multiple plugins which increases the size of the report.
2 plugins in config = x2 disk space usage, 4 plugins = x4 and so on.
To Reproduce
Steps to reproduce the behavior:
allure generate store/allure-resultsEach report has similar structure:
./store/reports/report1/data/attachments
./store/reports/report2/data/attachments
And the main disk space usage comes from these
attachmentsfolder, which I've figured out stores the same files.Expected behavior
As I guess it's supposed to use shared attachments folders across all plugins.
Additional context
Here are the script I've run to compare data of 2 folders:
And here are the output:
Beta Was this translation helpful? Give feedback.
All reactions