Skip to main content
Installs an app on the device under test. The simplified form takes the app reference as a single string. The reference is one of:
  • A local path, relative to the Momentic project root. Android takes an .apk file. iOS takes a .app bundle or a zipped .app bundle.
  • An http:// or https:// URL to the same kind of file.
  • An asset://<channel>/<tag> reference to an app asset you uploaded to Momentic. See app assets.
Local paths install on local emulators and simulators only. A hosted emulator or simulator installs from an asset:// reference or a publicly accessible URL. An asset:// reference needs an authenticated Momentic session.

Parameters

Shorthand

App reference as a single string.

Examples