-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to blockHosts
config value should trigger restart
#22634
Comments
hi can i try this issue? |
@konnster99 That would be great! |
Since there was almost a month of inactivity, I tried to take care of the issue in the linked PR. |
The code for this is done in cypress-io/cypress#24257, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
The
blockHosts
config value does not trigger a server restart on change, which results in those values not getting picked up in the current Cypress instance. This is inconsistent with our controls around other values and will lead to confusion.Desired behavior
Cypress restarts when the
blockHosts
config value changes so that the new value is used.Test code to reproduce
blockHosts
config values that would block those requests, notice that cypress does not restartCypress Version
10.3.0
Other
Relevant config: https://github.com/cypress-io/cypress/blob/develop/packages/config/src/options.ts#L140-L143
The text was updated successfully, but these errors were encountered: