kuceb / cypress-plugin-retries

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

It is possible to retries a testfiles gloably ? #72

Open atemor opened 4 years ago

atemor commented 4 years ago

So far I am able to retries a test that is in a it('',)=>{})

But it is possible if to do the same with a describe ?

I mean if a it('',)=>{}) failed, I would like to re run all the it('',)=>{}) in the discribe