Skip to content

Commit

Permalink
Updated Appium drivers (espresso, flutter and uiautomator2)
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Sep 22, 2023
1 parent f6a69a8 commit 2483cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Appium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ USER 1300:1301
#===============================
# Install basic Android drivers
#===============================
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.25.5"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.21.1"
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.25.7"
ENV APPIUM_DRIVER_FLUTTER_VERSION="2.0.0"
ENV APPIUM_DRIVER_GECKO_VERSION="1.2.2"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.29.5"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.29.9"
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 2483cf8

Please sign in to comment.