zebrunner / mcloud-device

Android, Appium and STF provider in Docker.
9 stars 8 forks source link

iOS devices open and immediately close on STF #174

Closed dhreben closed 5 months ago

dhreben commented 5 months ago

When installing mcloud-agent from scratch, ios devices open and immediately close on STF

Repro on linux and mac log :

ERROR! usbmuxd socket not created /opt/start_all.sh: line 25: nc: command not found Can't establish connection to usbmuxd socket [appium:22], one more attempt in 5 seconds. /opt/start_all.sh: line 25: nc: command not found Can't establish connection to usbmuxd socket [appium:22], one more attempt in 5 seconds. /opt/start_all.sh: line 25: nc: command not found Can't establish connection to usbmuxd socket [appium:22], one more attempt in 5 seconds.

azarouski commented 5 months ago

We need to preinstall netcat on mcloud-device image or on base stf image

dhreben commented 5 months ago

Fixed