kuceb / cypress-plugin-retries

A Cypress plugin to retry failed tests.
MIT License
237 stars 20 forks source link

Need to be able to track the retry attempt in Cypress Dashboard #29

Closed psurana0329 closed 5 years ago

psurana0329 commented 5 years ago

On Cypress Dashboard , I only see the failed run screeenshot whereas there is no other indicator that the test was retried or not , Also the output.txt has no logs for the same.

kuceb commented 5 years ago

see #24 , unfortunately not something that can be done as a plugin at the moment. For input related to the retries feature please refer to this issue about official cypress retry support

kuceb commented 4 years ago

this will be done in #36