|
80 | 80 | - run: npm install -g appium@rc |
81 | 81 | - run: | |
82 | 82 | appium driver install xcuitest@rc |
83 | | - appium plugin install images |
84 | | - appium plugin install execute-driver |
| 83 | + appium plugin install images@rc |
| 84 | + appium plugin install execute-driver@rc |
85 | 85 | nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log & |
86 | 86 | # nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log & |
87 | 87 |
|
@@ -156,8 +156,8 @@ jobs: |
156 | 156 | npm install -g mjpeg-consumer |
157 | 157 | - run: | |
158 | 158 | appium driver install xcuitest@rc |
159 | | - appium plugin install images |
160 | | - appium plugin install execute-driver |
| 159 | + appium plugin install images@rc |
| 160 | + appium plugin install execute-driver@rc |
161 | 161 | nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log & |
162 | 162 | # nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log & |
163 | 163 |
|
@@ -254,8 +254,8 @@ jobs: |
254 | 254 | - run: npm install -g appium@rc |
255 | 255 | - run: | |
256 | 256 | appium driver install uiautomator2@rc |
257 | | - appium plugin install images |
258 | | - appium plugin install execute-driver |
| 257 | + appium plugin install images@rc |
| 258 | + appium plugin install execute-driver@rc |
259 | 259 | nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log & |
260 | 260 | # nohup appium --relaxed-security --log-timestamp --log-no-colors > appium.log & |
261 | 261 |
|
|
0 commit comments