kuceb / cypress-plugin-retries

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

The retry number is not applied if it is specified in cypress.json in lower case #34

Closed svishnevskiy closed 4 years ago

svishnevskiy commented 4 years ago

I configured the number of retries via cypress.json as follows: { "env": { "retries": 2 } }

The plugin did not rerun failed tests in this case. However, when I changed the property name to RETRIES the plugin worked fine.

kuceb commented 4 years ago

thanks @svishnevskiy, I've updated the readme