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?
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: