Skip to content

Commit

Permalink
Updated Appium drivers flutter -> 1.19.1 and uiautomator2 -> 2.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Aug 4, 2023
1 parent 0044fe2 commit 128415b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Appium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ USER 1300:1301
# Install basic Android drivers
#===============================
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.24.0"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.15.0"
ENV APPIUM_DRIVER_FLUTTER_VERSION="1.19.1"
ENV APPIUM_DRIVER_GECKO_VERSION="1.1.10"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.29.2"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="2.29.3"
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 128415b

Please sign in to comment.