LironEr / cypress-mochawesome-reporter

Zero config Mochawesome reporter for Cypress with screenshots and videos
MIT License
159 stars 49 forks source link

allow to define own filename for report #90

Closed zawiasam closed 2 years ago

zawiasam commented 2 years ago

In some cases there is a need to save reports with unique name. Name of report file is also need to generate metadata with will describe report and indicate report file name. This change will allow to do it.

tester-at-bmi commented 2 years ago

Would be nice if this change is also reflected in the docs with the parameter that could be used for custom a file name.

LironEr commented 2 years ago

Hey, This can already be done, all options are passed to the generate report function.

All options available here

zawiasam commented 2 years ago

You are right, I had to be unconscious when I was writing this code 🤣