Autosana writes end-to-end tests as natural-language flows for iOS, Android, mobile web and desktop web. It is vision based, so it drives the app the way a person would rather than reading the code. It creates and updates flows from your code diffs, keeps them as files in your repo through GitHub sync, onboards over MCP, and loops with your coding agent locally until the tests pass. In a pull request it runs its cloud agents and attaches video proof of the flow. Its flow language covers taps, swipes, pinch, long press, deeplinks, locale and location changes, variables and hooks. Of the tools on this list, it works the most like Momentic, so the run model and the scale rows matter more here than the approach. In their code-managed mode the repo becomes the source of truth, the flow turns read-only in the dashboard, and their CLI validates the YAML before you push. You turn that mode on per repo. The sync then runs on a push to your default branch, so a pull request shows a preview for a suite file, no check for a hook file, and nothing at all for a fork.