Skip to content

Commit a174b64

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
Restore manual appium service start
1 parent 6d138f8 commit a174b64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ steps:
105105
#sudo xcode-select -s /Applications/Xcode_$(XCODE_VERSION).app/Contents/Developer
106106
#xcrun simctl list
107107
108-
#appium --allow-insecure chromedriver_autodownload &
109-
#echo "Appium server started"
108+
appium --allow-insecure chromedriver_autodownload &
109+
echo "Appium server started"
110110
111111
- task: Maven@3
112112
displayName: 'Run tests'
113113
inputs:
114114
mavenPomFile: 'pom.xml'
115-
goals: 'test -DisRemote=false'
115+
goals: 'test'
116116
publishJUnitResults: true
117117
testResultsFiles: '**/surefire-reports/TEST-*.xml'
118118
javaHomeOption: 'JDKVersion'

0 commit comments

Comments
 (0)