adamgruber / mochawesome-report-generator

Standalone mochawesome report generator. Just add test data.
MIT License
231 stars 90 forks source link

Unlimit mochawesome report files above 1000 and rename them #191

Open AvihuHenya opened 2 years ago

AvihuHenya commented 2 years ago

Hello. I use mochawesome with my Cypress running in kubernethes for reports purposes. The tests got run more than 1000 times (so the last file is mochawesome_999.html) and from there there is no new report created. in addition, I want the ability to give name for the reports file (with regard to the test file name), can I generate unique names for mochawesome reports?

Thanks.

adamgruber commented 2 years ago

The tests got run more than 1000 times

Do you mean you have more than 1000 spec files or a single test was run more than 1000 times?

Please provide some sample code or an example repo to reproduce this issue as there is enough information to go on.