appium_generate_tests
Generates mobile app tests by executing described steps on a live session through MCP tools, then emits code. Uses standard element finding; requests locator snapshots only when needed.
Instructions
Generate tests for a mobile app: follow the returned instructions to drive the real session with MCP tools (select_device, appium_session_management, appium_find_element, appium_gesture, appium_set_value, etc.), then emit code. Use generate_locators only when you need a full locator snapshot; prefer appium_find_element for normal steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | The steps of the test |