File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ commands:
3838 steps :
3939 - run :
4040 name : Install Appium
41- command : npm install -g appium
41+ command : npm install -g appium@2.19.0
4242 - when :
4343 condition :
4444 equal :
@@ -47,7 +47,7 @@ commands:
4747 steps :
4848 - run :
4949 name : Install XCUITest Driver
50- command : appium driver install xcuitest
50+ command : appium driver install xcuitest@4.35.0
5151 - when :
5252 condition :
5353 equal :
@@ -56,7 +56,7 @@ commands:
5656 steps :
5757 - run :
5858 name : Install UIAutomator2 Driver
59- command : appium driver install uiautomator2
59+ command : appium driver install uiautomator2@3.1.0
6060 - run :
6161 name : Launch Appium
6262 # Enable --relaxed-security for `mobile: shell` command that Captain uses internally.
You can’t perform that action at this time.
0 commit comments