What is the current behavior?
So I'm working on maintaining some Cypress tests, and I've set up a target to open the Cypress UI, but I currently need to restart the target each time I edit a spec file.
Describe the feature
Thinking that if this could be used with js_run_devserver and have it sync the Cypress specs, that might be ideal.
Is there any way to do this currently?
What is the current behavior?
So I'm working on maintaining some Cypress tests, and I've set up a target to open the Cypress UI, but I currently need to restart the target each time I edit a spec file.
Describe the feature
Thinking that if this could be used with
js_run_devserverand have it sync the Cypress specs, that might be ideal.Is there any way to do this currently?