budtmo / docker-android

Android in docker solution with noVNC supported and video recording
Other
8.81k stars 1.19k forks source link

[🐛 Bug ]: #375

Open ElectroneumRob opened 11 months ago

ElectroneumRob commented 11 months ago

Operating System

Ubuntu 20.04

Docker Image

budtmo/docker-android:emulator_11.0

Expected behaviour

having an issue with appium server, before the big changes i would have a command below to connect to appium server and in the image i would have appium server behind the phone emulator and my tests would connect to that

-e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 -e SELENIUM_HOST="172.17.0.1" -e SELENIUM_PORT=4444

imag

Actual behaviour

now using the updated container and using command below whether i still need the host & port the appium server doesnt show in the image below just the phone which make my tests not connect

-e WEB_VNC=true -e APPIUM=true -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 -e SELENIUM_HOST="172.17.0.1" -e SELENIUM_PORT=4444

Screenshot from 2023-07-20 15-16-08

Logs

No response