LironEr / cypress-mochawesome-reporter

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

Access Cypress test retries in the jUnit report #199

Open viktorgagaleski opened 3 weeks ago

viktorgagaleski commented 3 weeks ago

Is your feature request related to a problem? Please describe. Currently I don't see trace of the retries in the jUnit report.

Describe the solution you'd like We would like to use the retries as they point to flaky tests. It probably needs to be a property that has information that a test has been retried.

Describe alternatives you've considered

Additional context Not sure if I am missing some configuration, or this is not possible at the moment.

BryonSullivan commented 2 weeks ago

I also ran into this and am unable to figure out how to get that data from retries into my report. I thought that I was overlooking something, but it appears not.

LironEr commented 5 days ago

Not sure I fully understand the issue as this is not a junit reporter. If you still think this reporter should do that, please create a repo with the problem and steps to reproduce the issue so I can have a look.

Thanks.