经 AI Skill Hub 精选评估,移动测试智能体 获评「推荐使用」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.2 分,适合有一定技术背景的用户使用。
基于AI的移动应用自动化测试工具,通过LLM驱动的工作流实现智能测试用例生成和执行。支持Kotlin开发,适合需要提升测试效率的移动开发团队。
移动测试智能体 是一款基于 Kotlin 开发的开源工具,专注于 测试自动化、AI代理、移动测试 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
基于AI的移动应用自动化测试工具,通过LLM驱动的工作流实现智能测试用例生成和执行。支持Kotlin开发,适合需要提升测试效率的移动开发团队。
移动测试智能体 是一款基于 Kotlin 开发的开源工具,专注于 测试自动化、AI代理、移动测试 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/maikotrindade/mobile-tester-agent cd mobile-tester-agent # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 mobile-tester-agent --help # 基本运行 mobile-tester-agent [options] <input> # 详细使用说明请查阅文档 # https://github.com/maikotrindade/mobile-tester-agent
# mobile-tester-agent 配置说明 # 查看配置选项 mobile-tester-agent --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MOBILE_TESTER_AGENT_CONFIG="/path/to/config.yml"
AI-powered UI test automation for Android, iOS, and React Native — author scenarios in natural language, let a Koog-powered LLM agent drive a real device or emulator.
---
cp .env.example .env # then fill in at least one LLM key + HOME_PATH
cd web && npm install && npm run dev
Trigger a test scenario:
bash curl -X POST http://localhost:8080/run-test \ -H "Content-Type: application/json" \ -d '{ "goal": "Verify the login flow", "packageName": "com.example.myapp", "steps": [ "Tap Login", "Enter username test@example.com", "Enter password hunter2", "Tap Submit", "Verify Profile screen is visible" ] }' ```
packageName is the platform-native identifier of the app under test — Android package id, iOS bundle id, or the bundle of a React Native app. It is supplied by the caller (or set in the dashboard's Settings → App Identifier field); there is no hardcoded default. Full walkthrough: docs/getting-started.md.
---
- Koog Documentation — the agentic framework powering the LLM ↔ tool loop - Building an Agentic AI Mobile Tester with Koog and Kotlin — the blog post behind this project - mobile-tester-agent-sample-app — sample Android app under test - How to Actually Test Autonomous AI Agents ---
创新的AI+测试自动化融合方案,Kotlin实现具有良好��能。工程化水平较高,但社区活跃度一般,维护需加强。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:移动测试智能体 的核心功能完整,质量良好。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | mobile-tester-agent |
| 原始描述 | 开源AI工作流:AI-powered test automation tool which allows developers to run mobile automated 。⭐89 · Kotlin |
| Topics | 测试自动化AI代理移动测试工作流 |
| GitHub | https://github.com/maikotrindade/mobile-tester-agent |
| License | MIT |
| 语言 | Kotlin |
收录时间:2026-05-23 · 更新时间:2026-05-23 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。