Web browsers
Web tests run on a Chromium-family browser. Choose Chromium, Google Chrome, or Chrome for Testing per project or per test, and Momentic applies the same runtime overrides (user agent, viewport, and similar) on every run so results match between machines. By default the browser runs on your own machine or CI runner, with hosted browsers as an option. See browsers for the full list and how to set a default.Remote emulators and simulators
As an option, mobile tests run on emulators and simulators hosted by Momentic. Instances are provisioned on demand, typically boot in under a second, and each test gets a fresh instance so state does not carry over between runs.- Android: remote emulators provisioned by Momentic. See emulators.
- iOS: remote simulators provisioned by Momentic. Real devices are not supported. See simulators.
Local selects local.
App assets: channels and tags
Remote emulators and simulators install your app from build artifacts organized into channels (release environments likedev, staging, production) and
tags (versions within a channel). A single channel/tag pair can hold both an
Android APK and an iOS .app. Upload from the Momentic dashboard’s Assets page
or with
momentic-mobile assets.
Regions
Set the Region in each test’s settings to choose which remote region runs it. If unset, Momentic picks the region closest to the caller’s IP.Running locally
Running on your own machine is the default: a local browser for web, a local AVD for Android, or a local Xcode simulator for iOS (macOS only). Local runs are useful for fast feedback while authoring. See running locally, and the Android and iOS pages for the local setup of each.Next steps
Browsers
Supported web browsers and runtime overrides.
Android emulators
Remote and local Android emulators.
iOS simulators
Remote and local iOS simulators.
Run in CI/CD
Run tests on every commit and pull request.