File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,16 @@ steps:
11
11
displayName : Installed node dependencies
12
12
- script : appium driver install ${APPIUM_DRIVER}
13
13
displayName : Install appium driver ${APPIUM_DRIVER}
14
+ env :
15
+ APPIUM_HOME : $(Agent.HomeDirectory)/appium
14
16
- script : appium plugin install images
17
+ displayName : Install appium images plugin
18
+ env :
19
+ APPIUM_HOME : $(Agent.HomeDirectory)/appium
15
20
- script : appium plugin install execute-driver
21
+ displayName : Install appium execute-driver plugin
22
+ env :
23
+ APPIUM_HOME : $(Agent.HomeDirectory)/appium
16
24
- task : UseRubyVersion@0
17
25
inputs :
18
26
versionSpec : ' 3.0'
23
31
env :
24
32
JAVA_HOME : $(JAVA_HOME_11_X64)
25
33
PATH : $(JAVA_HOME_11_X64)/bin:$(PATH)
34
+ APPIUM_HOME : $(Agent.HomeDirectory)/appium
26
35
- script : |
27
36
gem install bundler;
28
37
bundle install --retry=3 --jobs=4 --path vendor/bundle;
You can’t perform that action at this time.
0 commit comments