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.
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.