minitest-cli
Installation
SKILL.md
Minitest CLI
minitest is a command-line tool for automated mobile and web app testing. For
native apps it runs on virtual devices (simulators & emulators); for web apps it
runs browser-based targets configured on the app. An AI agent analyses the app
screen and verifies acceptance criteria you define. You manage everything through
the CLI: user stories, native builds, web lanes, runs, batches, and results.
Command shape
Every invocation follows one shape. The global options come before the subcommand, because they are parsed by the root callback:
minitest [--json] [--app <APP_ID>] <subcommand> [args…] [subcommand flags…]