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
In the watch mode of the dev-server the adapter files (e.g main.js/ts) is monitored for changes. If the file is changed ( maybe even a touch is enough?) and then the adapter to test is restarted.
Enhance the "watch" testing to include and validate this case. The log should show lines that the adapter is "terminating" and then started again.