adamgruber / mochawesome-report-generator

Standalone mochawesome report generator. Just add test data.
MIT License
234 stars 89 forks source link

Reduce the file size mochawesome report #219

Open janupan opened 1 year ago

janupan commented 1 year ago

currently, I am using mochawesome report on API automation based on mocha chai. When our CI/CD run pipeline has API automation, we will get a mochawesome report and the file will immediately be in the S3 bucket. When we open it, it takes quite a long time, because there is a download process. and when I checked, the file size was quite large and the more test cases that were run, the more reports there were and the result was that it took longer to download the report.

is there a way to reduce the size of this file?

Thank you.