#512 · Primary category: AI Agents & Automation

Airtest

android automated-testing automation game ios test-automation test-framework unity3d windows

UI Automation Framework for Games and Apps

Project last updated:03/23/26

GitHub Stars

9.5K

Forks

1.4K

Contributors

63

License

Apache-2.0

Why we included this project

UI automation usually assumes you can reach into an app's internals, which falls apart for games and closed apps. Airtest sidesteps that by locating interface elements through image recognition, so it can drive Android, iOS, and Windows apps without injecting any code. You write the test once in Python and run it on any supported platform, and the companion Poco library adds direct access to widget hierarchies for more precise control when image matching is not enough. It also scales to device farms and produces HTML reports with screen recording, so a failed step is easy to trace back to the exact moment it broke. For teams that would rather keep one set of UI tests than maintain per-platform code, this is a solid, proven option.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category