bahmutov / cypress-repeat

Run Cypress multiple times in a row
https://glebbahmutov.com/blog/wrap-cypress-using-npm/
37 stars 11 forks source link

Rerun failed tests duplicated in report #40

Open IonBuzu opened 2 years ago

IonBuzu commented 2 years ago

Currently if a spec has failed and it war rerun by cypress-repeat, when the report is generated, that first failed spec is still shown in mochawsome report as failed. Is there a way to remove previously failed specs and only keep the generated json file report of the last run?