Skip to main content
The momentic-mobile CLI is the entry point for mobile testing. It supports both iOS and Android.

Install

npm install --save-dev momentic-mobile@latest

Usage

Every command runs via npx momentic-mobile <command>. Commands assume your project has a momentic.config.yaml at the root, run init to create one.

Commands

init

Scaffold a new mobile project.

app

Open the local editor.

run

Run tests on local or remote emulators.

results

Generate reports from a previous run.

list

List tests matching a pattern.

assets

Upload and manage APK and .app builds.

mcp

Start the mobile MCP server for coding agents.

install-browsers

Install Chromium for WebView automation.

install-skills

Install editor skill files for Cursor, Claude Code, and more.