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
Instead of cypress open always opening a detached process we should change that to not open a detached process but accept a new flag --detached which will replicate the existing behavior.
Instead of
cypress openalways opening a detached process we should change that to not open a detached process but accept a new flag--detachedwhich will replicate the existing behavior.