File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -104,15 +104,32 @@ steps:
104
104
105
105
#sudo xcode-select -s /Applications/Xcode_$(XCODE_VERSION).app/Contents/Developer
106
106
#xcrun simctl list
107
+
108
+ #appium --allow-insecure chromedriver_autodownload &
109
+ #echo "Appium server started"
107
110
111
+ - task : Maven@3
112
+ displayName : ' Run tests using appium local service'
113
+ inputs :
114
+ mavenPomFile : ' pom.xml'
115
+ goals : ' test -DisRemote=false'
116
+ publishJUnitResults : true
117
+ testResultsFiles : ' **/surefire-reports/TEST-*.xml'
118
+ javaHomeOption : ' JDKVersion'
119
+ mavenVersionOption : ' Default'
120
+ mavenAuthenticateFeed : false
121
+ effectivePomSkip : false
122
+ sonarQubeRunAnalysis : false
123
+
124
+ - script : |
108
125
appium --allow-insecure chromedriver_autodownload &
109
126
echo "Appium server started"
110
127
111
128
- task : Maven@3
112
- displayName : ' Run tests'
129
+ displayName : ' Run tests using manually started (remote) server '
113
130
inputs :
114
131
mavenPomFile : ' pom.xml'
115
- goals : ' test'
132
+ goals : ' test -DisRemote=true '
116
133
publishJUnitResults : true
117
134
testResultsFiles : ' **/surefire-reports/TEST-*.xml'
118
135
javaHomeOption : ' JDKVersion'
You can’t perform that action at this time.
0 commit comments