You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Appium] No plugins have been installed. Use the "appium plugin"command to install the one(s) you want to use.
103
+
```
104
+
58
105
To run mobile test you need either an device emulator (available with Android SDK or iOS), real device connected for mobile testing. Alternatively, you may execute Appium with device emulator inside Docker container.
59
106
60
107
CodeceptJS should be installed with webdriverio support:
config.capabilities[`${vendorPrefix.appium}:tunnelIdentifier`]=config[`${vendorPrefix.appium}:tunnelIdentifier`]||config.capabilities[`${vendorPrefix.appium}:tunnelIdentifier`];// Adding the code to connect to sauce labs via sauce tunnel
config.capabilities.tunnelIdentifier=config.tunnelIdentifier||config.capabilities.tunnelIdentifier;// Adding the code to connect to sauce labs via sauce tunnel
config.capabilities.tunnelIdentifier=config.tunnelIdentifier||config.capabilities.tunnelIdentifier;// Adding the code to connect to sauce labs via sauce tunnel
192
207
config.waitForTimeoutInSeconds=config.waitForTimeout/1000;// convert to seconds
193
208
194
209
// [CodeceptJS compatible] transform host to hostname
@@ -203,13 +218,29 @@ class Appium extends Webdriver {
0 commit comments