export_flow
Export run_steps action sequences into Maestro flows for reliable regression testing. Selector-based steps transpile cleanly; lossy steps are flagged as TODOs for manual resolution.
Instructions
Exports a run_steps action sequence to a reusable Maestro flow (the engineer→QA bridge). Selector-based steps (tapText by id/text, key, swipe-by-direction, waitFor, assertVisible, screenshot) transpile cleanly. The lossy steps — coordinate tap/swipe, focused-field type, regex tapText — are emitted as commented '# TODO[unstable]' lines plus a warnings[] list, never as silently divergent YAML. Fix the TODOs to make the flow durable regression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundleId | Yes | App bundle id for the flow's appId header | |
| steps | Yes | The run_steps action array to transpile |