Skip to content

Commit ae2f2fb

Browse files
authored
Update Appium version to 10 +semver: breaking (#53)
* Update Appium version to 10 +semver: breaking Update Selenium reference to v.4.35.0 * Install appium driver install uiautomator2@4, as it's latest version requires pre-release appium server version
1 parent d5ef515 commit ae2f2fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo "Appium installed"
101101
102102
echo "Installing UIA2 driver"
103-
appium driver install uiautomator2
103+
appium driver install uiautomator2@4
104104
appium driver list
105105
echo "UIA2 driver installed"
106106

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@
184184
<dependency>
185185
<groupId>com.github.aquality-automation</groupId>
186186
<artifactId>aquality-selenium-core</artifactId>
187-
<version>4.7.0</version>
187+
<version>4.8.0</version>
188188
</dependency>
189189

190190
<dependency>
191191
<groupId>io.appium</groupId>
192192
<artifactId>java-client</artifactId>
193-
<version>9.5.0</version>
193+
<version>10.0.0</version>
194194
</dependency>
195195

196196
<dependency>

0 commit comments

Comments
 (0)