kuceb / cypress-plugin-retries

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

Doesn't log retry in Azure DevOps UI #63

Open AlexA-1976 opened 4 years ago

AlexA-1976 commented 4 years ago

I notice it works, because in the text log, I see the retries. However, they don't appear in the Azure DevOps Test results UI, like they do when I run Selenium tests. Is that something that requires extra development?