Autonoma Releases Open-Source AI-Powered Testing Platform for Web and Mobile Applications
Key Takeaways
- ▸Natural language testing eliminates the need for complex CSS selectors or XPath expressions, making test creation more accessible to non-technical stakeholders
- ▸AI-powered vision models enable robust element detection and self-healing capabilities that adapt to UI changes without manual intervention
- ▸The platform supports cross-platform testing (web, iOS, Android) with tests executing on real devices and browsers rather than emulators, improving test reliability
Summary
Autonoma AI has released an open-source agentic testing platform that enables developers to create and execute automated tests for web, iOS, and Android applications using natural language descriptions. The platform leverages AI-powered vision models to detect UI elements and self-heal tests, eliminating the need for traditional CSS selectors or XPath expressions. Tests execute on real devices and browsers via Playwright for web and Appium for mobile, with comprehensive artifacts including video recordings, screenshots, and step-by-step logs.
The platform is built on a modern tech stack including Node.js 24, React 19, PostgreSQL, and Redis, with AI powered by models from Gemini, Groq, and OpenRouter. Users simply describe their test scenarios in natural language through Markdown files, and the execution agent interprets instructions, takes screenshots, decides on actions, and repeats until completion. The open-source release includes full documentation, development setup guides, and a monorepo structure using pnpm workspaces and Turborepo for scalability.
- Open-source release with comprehensive documentation democratizes access to agentic testing technology and invites community contributions
Editorial Opinion
This open-source release represents a significant step forward in democratizing AI-powered testing infrastructure. By removing the friction of traditional test automation (CSS selectors, XPath) and replacing it with natural language descriptions, Autonoma AI is making sophisticated testing capabilities accessible to broader engineering teams. However, the platform's reliance on vision models and agentic loops introduces new considerations around test determinism, execution costs, and latency that developers should carefully evaluate for production use.


