Skip to content

Commit

Permalink
Updated the appium and its drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Jul 6, 2023
1 parent 2ce408b commit 7533b76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Appium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
# Using this workaround to install Appium -> https://github.com/appium/appium/issues/10020 -> Please remove this workaround asap
#====================================
ENV NODE_VERSION=18
ENV APPIUM_VERSION=2.0.0-beta.71
ENV APPIUM_VERSION=2.0.0
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash && \
apt-get -qqy install nodejs && \
npm install -g appium@${APPIUM_VERSION} && \
Expand Down Expand Up @@ -146,10 +146,10 @@ USER 1300:1301
#===============================
# Install basic Android drivers
#===============================
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.23.1"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.14.4"
ENV APPIUM_DRIVER_GECKO_VERSION="1.1.9"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.25.2"
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.24.0"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.15.0"
ENV APPIUM_DRIVER_GECKO_VERSION="1.1.10"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.29.2"
RUN appium driver install --source=npm appium-espresso-driver@${APPIUM_DRIVER_ESPRESSO_VERSION} && \
appium driver install --source=npm appium-flutter-driver@${APPIUM_DRIVER_FLUTTER_VERSION} && \
appium driver install --source=npm appium-geckodriver@${APPIUM_DRIVER_GECKO_VERSION} && \
Expand Down

0 comments on commit 7533b76

Please sign in to comment.