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
Make sure to fail when remote debuggee does not exit after scenarios
Remote debuggee begin to exit when readable stream or writable stream is closed. Thus, tests do not fail even though remote debuggee does not exit after scenarios. We need to close streams after `kill_safely` method.
0 commit comments