diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e01e942..4180930 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -50,36 +50,36 @@ jobs:
- task: NodeTool@0
displayName: 'Install Node.js'
inputs:
- versionSpec: '16.x'
+ versionSpec: '22.x'
- task: CmdLine@2
displayName: 'Install Appium'
inputs:
script: |
echo "Installing Appium"
- npm install -g appium@next
+ npm install -g appium@latest
appium --version
echo "Appium installed"
- - task: CmdLine@2
- displayName: 'Install and Run Appium doctor'
- inputs:
- script: |
- echo "Installing and Running Appium doctor"
- npm install -g request@2.34.0
- npm install -g appium-doctor@1.15.1
- appium-doctor
- echo "Appium doctor installed and executed"
-
- task: CmdLine@2
displayName: 'Install Appium Windows Driver'
inputs:
script: |
echo "Installing Appium Windows Driver"
- appium driver install --source=npm appium-windows-driver
+ appium driver install windows
appium driver list
echo "Appium Windows Driver installed"
+ - task: CmdLine@2
+ displayName: 'Install and Run Appium doctor'
+ inputs:
+ script: |
+ echo "Installing and Running Appium doctor"
+ npm install -g request@2.34.0
+ appium driver doctor windows
+ echo "Appium doctor executed"
+ echo "Appium doctor installed and executed"
+
- task: CmdLine@2
displayName: 'Start Appium server'
inputs:
diff --git a/pom.xml b/pom.xml
index 5ed9818..9d227e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
org.testng
testng
- 7.11.0
+ 7.12.0
test
@@ -114,17 +114,17 @@
com.fasterxml.jackson.core
jackson-databind
- 2.20.1
+ 2.21.2
org.seleniumhq.selenium
selenium-java
- 4.40.0
+ 4.41.0
io.appium
java-client
- 10.0.0
+ 10.1.0
test
@@ -140,7 +140,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.0
+ 3.15.0
11
11
@@ -149,7 +149,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.13
+ 0.8.14
pre-unit-test
@@ -177,7 +177,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.3
+ 3.5.5
${surefireArgLine} -Dfile.encoding=UTF-8
false
@@ -189,7 +189,7 @@
org.apache.maven.plugins
maven-assembly-plugin
- 3.7.1
+ 3.8.0
@@ -207,7 +207,7 @@
org.apache.maven.plugins
maven-source-plugin
- 3.3.1
+ 3.4.0
attach-sources
@@ -220,7 +220,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.11.2
+ 3.12.0
11
@@ -256,7 +256,7 @@
org.sonatype.central
central-publishing-maven-plugin
- 0.8.0
+ 0.10.0
true
central
@@ -267,7 +267,7 @@
org.codehaus.mojo
versions-maven-plugin
- 2.18.0
+ 2.21.0