MCPcopy
hub / github.com/codeceptjs/CodeceptJS / installApp

Method installApp

lib/helper/Appium.js:629–632  ·  view source on GitHub ↗

* Install an app on device. * * ```js * I.installApp('/path/to/file.apk'); * ``` * @param {string} path path to apk file * @return {Promise } * * Appium: support only Android

(path)

Source from the content-addressed store, hash-verified

627 * Appium: support only Android
628 */
629 async installApp(path) {
630 onlyForApps.call(this, supportedPlatform.android)
631 return this.browser.installApp(path)
632 }
633
634 /**
635 * Remove an app from the device.

Callers 3

Appium_test.jsFile · 0.80
AppiumTs.types.tsFile · 0.80
Appium.types.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected