We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28ffd2a + a174b64 commit f5f91a3Copy full SHA for f5f91a3
azure-pipelines.yml
@@ -105,14 +105,14 @@ steps:
105
#sudo xcode-select -s /Applications/Xcode_$(XCODE_VERSION).app/Contents/Developer
106
#xcrun simctl list
107
108
- #appium --allow-insecure chromedriver_autodownload &
109
- #echo "Appium server started"
+ appium --allow-insecure chromedriver_autodownload &
+ echo "Appium server started"
110
111
- task: Maven@3
112
displayName: 'Run tests'
113
inputs:
114
mavenPomFile: 'pom.xml'
115
- goals: 'test -DisRemote=false'
+ goals: 'test'
116
publishJUnitResults: true
117
testResultsFiles: '**/surefire-reports/TEST-*.xml'
118
javaHomeOption: 'JDKVersion'
0 commit comments