minitest-cli
Installation
SKILL.md
Minitest CLI
minitest is a command-line tool for automated mobile app testing on virtual
devices (simulators & emulators). An AI agent analyses the app screen and verifies acceptance criteria
you define. You manage everything through the CLI: user stories, builds, runs, batches, and
results.
Prerequisites
- Install:
curl -fsSL https://raw.githubusercontent.com/minitap-ai/minitest-cli/main/install.sh | bash - Authenticate:
minitest auth login(opens browser for OAuth) - Set target app:
export MINITEST_APP_ID=<uuid>or pass--app <uuid>before any subcommand
Global Flags
| Flag | Effect |
|---|---|
--json |
camelCase JSON to stdout, diagnostics to stderr — ideal for piping |
Related skills