start_app
Injects the Flutter test harness and launches the app in test mode so AI agents can inspect, tap, type, and verify behaviors in the live app.
Instructions
Injects the harness and starts the Flutter app in test mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No | Device ID (e.g., 'macos', 'chrome', or a simulator ID) | |
| project_path | Yes | Absolute path to the Flutter project root |