Install
To run E2E YAML scenarios you need:
- MCP server and app — Same as for MCP usage. See MCP — Install & connect (server, Metro, Babel preset, idb/adb).
- Test runner —
@ohah/react-native-mcp-server/test. In this repo, run from the monorepo root:- Install deps:
bun install - Build server:
bun run build - Run YAML:
bun run test:yaml(or use the runner CLI with your YAML path)
- Install deps:
idb (iOS) and adb (Android) are required for tap, swipe, and screenshots. Install and verify as described in MCP — Install & connect — Native tools.