appium / appium-docker-android

Appium Server setup to automate android testing on real devices
https://hub.docker.com/r/appium/
Other
604 stars 230 forks source link

Is there possible way to implement appium/appium with IOS? #157

Closed apxthexsis closed 1 year ago

apxthexsis commented 1 year ago

I am using the Appium Docker image to automate tests on an Android device. Is there a way to do the same thing for an iOS device? Currently, the Appium server is connecting to my machine that runs the Docker Compose project. Should I just start the Appium server on the Mac machine, or is there a way to achieve the same thing with Docker?

appium_server: container_name: appium_server image: appium/appium depends_on: