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
When I run ios runwda, if I send SIGTERM with Ctrl+C, I see Killing test runner with pid 387 but the phone is still in automation state, eg overlay that says Automation Running is still in place. When I run the same test in Xcode and click on stop button, it does end the Automation Running state as well.
To Reproduce
Steps to reproduce the behavior:
Run a long-running test, like with the following call:
Describe the bug
When I run
ios runwda
, if I send SIGTERM withCtrl+C
, I seeKilling test runner with pid 387
but the phone is still in automation state, eg overlay that saysAutomation Running
is still in place. When I run the same test in Xcode and click on stop button, it does end theAutomation Running
state as well.To Reproduce
Steps to reproduce the behavior:
Run a long-running test, like with the following call:
Then send SIGTERM to that command via
Ctrl+C
. You'll see that it gracefully exits but the phone is still inAutomation Running
state.Expected behavior
The phone is back in normal state after shutdown of the test.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I run
ios tunnel start
in a separate tab and all tabs haveENABLE_GO_IOS_AGENT=yes
The text was updated successfully, but these errors were encountered: