Currently to the best of my knowledge there is no mechanism to configure the appium server version if you use pre built images like for example budtmo/docker-android-x86-7.1.1.
In my case appium 1.15 introduced a new bug, and without using an older version some test scenarios simply are not executable.
Would it be possible to build de appium server components after startup of the container so we could pass an environment variable that would allow to setup the version?
The base docker image of appium has this functionality so i assume it should be portable across.
Currently to the best of my knowledge there is no mechanism to configure the appium server version if you use pre built images like for example budtmo/docker-android-x86-7.1.1.
In my case appium 1.15 introduced a new bug, and without using an older version some test scenarios simply are not executable.
Would it be possible to build de appium server components after startup of the container so we could pass an environment variable that would allow to setup the version?
The base docker image of appium has this functionality so i assume it should be portable across.