Run your first test
The wizard signs you in through the browser, installs the CLI, writesmomentic.config.yaml and a sample test, installs Chromium, runs the sample
test, and sets up every coding agent it detects:
What Momentic is good at
- Regression coverage on every pull request. The same tests your coding agent writes run as CI checks.
- Maintenance when the UI changes. AI test maintenance diagnoses a failing step, patches the test, and shows the diff.
- QA with no test files and no repo changes. Mo tests a running app and reports the bugs it can reproduce.
- One test language for web and mobile. Web tests run on Chromium, iOS tests on simulators, and Android tests on emulators. Steps, modules, and the CLI work the same way on all three.
- The CI setups teams already run. Six recipes cover PR gates, preview deploys, nightly suites, SSO apps, third-party monitors, and tests generated from a diff.
For AI agents
- llms.txt: an index of every page.
llms-full.txt: every page in one
file. Append
.mdto any page URL for clean Markdown. - skill.md: the capability summary for agents.
npx momentic skills --yes: install the Momentic skills into your repository (npx momentic-mobile skills --yesfor mobile).- MCP server: a local stdio server that gives a coding agent a live browser or device plus tools to author, run, and triage tests.
Pick your platform
Web
Chromium-based browsers, locally or in CI
iOS
Local and remote simulators without real devices
Android
Local and remote emulators for APK-based apps
React Native, Expo, and Flutter apps use the iOS and Android quickstarts.
Momentic tests the native build, and each quickstart shows the build command
for your framework.
Learn the fundamentals
What is AI-native testing?
Use AI to author, run, maintain, and learn from tests
How Momentic works
The agent loop, auto-heal, and the step cache
Test structure
File format, steps, modules, and variables
Goal-based testing
Combine AI actions, precise steps, and durable assertions
Configure and run
Configuration
momentic.config, env vars, auth, AI
CLI reference
Every command, every flag
Results
Runs, videos, traces, and local reports
Common problems
Fixes for the errors support sees most
Reference repos
Examples
Working web, iOS, and Android projects, including GitHub Actions, CircleCI,
and Bitrise workflows
Coding agent skills
Install the skill files with
npx momentic skills so your coding agent
knows how to write and run Momentic tests