Skip to content

Commit 92dc6af

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
restore commented appium server starting
1 parent a090692 commit 92dc6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ 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'

0 commit comments

Comments
 (0)