You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, what is the recommended say to start your normal dev server before cypress run?
I tried an NPM script as "test": "yarn start; yarn cypress run" but running into
background-process issues and the server isn't closed afterwards.