LironEr / cypress-mochawesome-reporter

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

Keep track of previous executions like Allure reporter does #163

Open jprealini opened 9 months ago

jprealini commented 9 months ago

It would be great if this plugin allowed to keep track of every execution and show history of every test like Allure reporter does.

I remember having found some time ago (probably a couple of years) an article somewhere that described a way to customize mochawesome reporter to achieve that, and was able to configure it at that point in time.

Now I would need to have that funcionality, but as usual, I didn't save the code or the link to the article.

LironEr commented 8 months ago

Yeah, it would be nice if this reporter could do that, if you have a way to do that please share (:

This plugin just connects Cypress & Mochawesome, so we might need to add some stuff to Mochawesome to do that.