kuceb / cypress-plugin-retries

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

Add missing property currentRetry on currentTest #42

Closed MattAndDev closed 4 years ago

MattAndDev commented 4 years ago

Hello 👋 ,

noticed the currentRetry property definition is missing (not present in Mocha.ISuiteCallbackContext)

kuceb commented 4 years ago

Hi, I believe this can be changed to just Mocha.Test

kuceb commented 4 years ago

done in #47