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 d058694 commit a028cfeCopy full SHA for a028cfe
.github/workflows/e2e-tests-hybrid.yml
@@ -211,6 +211,10 @@ jobs:
211
}
212
trap cleanup EXIT INT TERM
213
214
+ # Override the wdio config to use our Appium server
215
+ # Remove the appium service to prevent WebDriverIO from starting its own server
216
+ sed -i '' 's/services: \[.appium.\]/services: []/' wdio.conf.ts
217
+
218
# Pass everything through to WDIO/Mocha
219
npm run e2e:ios -- "$@"
220
env:
0 commit comments