I'm running automation test for 10 iOS devices for Safari browser in parallel but during the test I noticed that randomly Appium fails with exception
SessionNotCreated
When such exception happens then the Appium connection fails but it fails to kill the process (Appium process is started by node) This cause a lot of memory usage for the device.
Any suggestions to handle such conditions?
Thanks in advance
Fixed using os.kill from python