Large gh-pages branch files
ekotracer opened this issue · 1 comments
ekotracer commented
Right after we adopted the plugin and start using it, we saw a huge increase of .git
directory. More specific - gh-pages
branch. Our suite is only 120 playwright tests and even if we had a few failed tests in a run, the repo size exploded to 1.3 GB.
Another part of the problem is the attachments dir that takes around 500 MB, depends on how long report history is set. For us 20.
What could be done to minimise the allure report footprint?
merihim commented
You need to periodically prune git history of large flat files (.zip, .png), otherwise you're going to have this problem. This is more an issue with how git handles files like this than allure reports.