Skip to content

Commit

Permalink
Updated Appium and its drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Apr 13, 2023
1 parent d2f4770 commit 6c56858
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.57
ENV APPIUM_VERSION=2.0.0-beta.63
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,9 +146,9 @@ USER 1300:1301
#===============================
# Install basic Android drivers
#===============================
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.13.1"
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.17.0"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.12.6"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.14.3"
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.20.1"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.14.0"
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-uiautomator2-driver@${APPIUM_DRIVER_UIAUTOMATOR2_VERSION}
Expand Down

0 comments on commit 6c56858

Please sign in to comment.