Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

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

Closed
svishnevskiy opened this issue Nov 20, 2019 · 1 comment

Comments

@svishnevskiy
Copy link

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
Copy link
Owner

kuceb commented Nov 20, 2019

thanks @svishnevskiy, I've updated the readme

@kuceb kuceb closed this as completed Nov 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants