Closed svishnevskiy closed 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.
thanks @svishnevskiy, I've updated the readme
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.