You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested manually by fetching and running java version (rust version fails on GLIBC, probably needs recompile under docker image env). https://github.com/Genymobile/gnirehtet/tree/master
To run it needs few fetched files and execute command where adb is running. There is autorun option that should handle autosetup.
Maybe you can guide how better to add it as a feature? I guess it needs new ansible option, modify docker container, pass env var and update startup script.
As temp solution it was enough to extend Dockerfile
FROM public.ecr.aws/zebrunner/appium:2.0.1
USER androidusr:androidusr
RUN wget "https://github.com/Genymobile/gnirehtet/releases/download/v2.5.1/gnirehtet-java-v2.5.1.zip"RUN unzip "gnirehtet-java-v2.5.1.zip"USER root
Tested manually by fetching and running java version (rust version fails on GLIBC, probably needs recompile under docker image env). https://github.com/Genymobile/gnirehtet/tree/master
To run it needs few fetched files and execute command where adb is running. There is
autorun
option that should handle autosetup.Maybe you can guide how better to add it as a feature? I guess it needs new ansible option, modify docker container, pass env var and update startup script.
As temp solution it was enough to extend
Dockerfile
and then add
docker exec
The text was updated successfully, but these errors were encountered: