budtmo / budtmo/docker-android

[🐛 Bug ]:

Open
#375 0 comments 0 reactions 0 assignees View on GitHub
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

![imag](https://github.com/budtmo/docker-android/assets/48957886/5e8be38c-6fac-4da6-8116-3a94287bced6)

### 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](https://github.com/budtmo/docker-android/assets/48957886/15e59986-ccd0-42da-9be3-fe571ee45442)

### Logs

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.