budtmo / budtmo/docker-android
[🐛 Bug ]:
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
### 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

### 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

### Logs
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.