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.
1 parent 33ded07 commit 32e20a8Copy full SHA for 32e20a8
.github/workflows/functional-test.yml
@@ -88,6 +88,8 @@ jobs:
88
- run: npm install -g appium
89
- run: |
90
appium plugin install images
91
+ # for macOS env specific
92
+ npm install -g --os=darwin --cpu=arm64 sharp
93
appium plugin install execute-driver
94
# Workaround to keep symlink to global appium
95
appium driver install xcuitest
@@ -165,6 +167,8 @@ jobs:
165
167
npm install -g mjpeg-consumer
166
168
169
170
171
172
173
174
0 commit comments