-
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
Setting watchForFileChanges to false keeps the Studio open #14744
Comments
Love finding bugs in a live demo. 😅 Thanks for helping track down the cause. I can recreate this. |
yeah, that will keep you alert 😆 |
The code for this is done in cypress-io/cypress#14785, 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
Steps to replicate:
watchForFileChanges
tofalse
incypress.json
Desired behavior
When the
watchForFileChanges
is set totrue
, clicking on „save commands“ will close the studio. I believe this would be better UX for this case as wellTest code to reproduce
I explored this in my stream, you can see the behavior at 16:20
Versions
Cypress 6.3.1
The text was updated successfully, but these errors were encountered: