Skip to main content

MCP Server for generating iOS unit tests for Chromium/Edge projects

Project description

iOS Unit Test Generator

智能 MCP 服务器,自动生成、编译、运行和修复 iOS 单元测试。

🚀 快速开始

无需拉取代码,直接在 VS Code 中配置即可使用!

方式一:VS Code 一键安装(最简单 ⭐)

  1. 打开 VS Code
  2. Cmd+Shift+P → 输入 MCP: Add Server
  3. 选择 "Pip Package"
  4. 输入包名:ios-unittest-generator
  5. 设置环境变量 CHROMIUM_SRC 为你的 Chromium 源码路径
  6. 完成!

方式二:手动编辑配置文件

macOS/Linux - 编辑 ~/.vscode/mcp.json:

{
  "servers": {
    "ios-unittest-generator": {
      "command": "uvx",
      "args": ["ios-unittest-generator"],
      "env": {
        "CHROMIUM_SRC": "/path/to/chromium/src"
      }
    }
  }
}

Windows - 编辑 %APPDATA%\Code\User\mcp.json:

{
  "servers": {
    "ios-unittest-generator": {
      "command": "uvx",
      "args": ["ios-unittest-generator"],
      "env": {
        "CHROMIUM_SRC": "C:\\path\\to\\chromium\\src"
      }
    }
  }
}

📋 核心功能

  • ✅ 自动分析源文件,识别可测试元素
  • ✅ 生成完整的测试文件(包含 fixture、SetUp、测试用例)
  • ✅ 智能检测测试目标(支持 ios/chrome/*components/*/ios/* 等所有路径)
  • ✅ 自动更新 BUILD.gn 文件(按字母顺序)
  • ✅ 自动编译测试,智能分析编译错误
  • ✅ 自动运行测试,智能分析运行时错误

📖 11 个 MCP 工具

工具 功能
full_test_workflow 完整工作流(分析→生成→增强→编译→运行)
analyze_ios_code_for_testing 分析源文件,提取可测试元素
generate_ios_unittest_file 生成测试文件
check_ios_test_coverage 检查测试覆盖率
verify_test_enhancement_complete 验证测试增强完成(质量门控)
compile_ios_unittest 编译测试(自动错误分析)
run_ios_unittest 运行测试(自动错误分析)
analyze_runtime_errors 分析运行时错误
analyze_compilation_errors 分析编译错误
update_existing_tests 增量更新测试
update_build_file_for_test 自动更新 BUILD 文件

💡 使用示例

# 一键生成完整测试
Use full_test_workflow for ios/chrome/browser/ui/foo.mm

# 单独编译
Use compile_ios_unittest for ios/chrome/browser/ui/foo.mm

# 单独运行
Use run_ios_unittest with filter FooTest.*

🔗 相关链接


版本: v4.19.1
更新日期: 2026-01-22

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ios_unittest_generator-4.19.2.tar.gz (86.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ios_unittest_generator-4.19.2-py3-none-any.whl (89.9 kB view details)

Uploaded Python 3

File details

Details for the file ios_unittest_generator-4.19.2.tar.gz.

File metadata

  • Download URL: ios_unittest_generator-4.19.2.tar.gz
  • Upload date:
  • Size: 86.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for ios_unittest_generator-4.19.2.tar.gz
Algorithm Hash digest
SHA256 a9b632c6b01187ce1492f7e19a843b86591f59780e9623b038a77e7eb0e72242
MD5 c86ecdc12d2d635d7a80e72540fd407c
BLAKE2b-256 3a7509af28d65e0f96eb0fc4f3aeece7e74a0da6b6077336fa4eb2f92068cf10

See more details on using hashes here.

File details

Details for the file ios_unittest_generator-4.19.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ios_unittest_generator-4.19.2-py3-none-any.whl
Algorithm Hash digest
SHA256 15903e205915a655a3b8316322d532433b57955c74f85a6631fcc2948af63edc
MD5 aa09ff4c2a77f55728563657d6b7befd
BLAKE2b-256 1b46eefa46da1b38ea1fa3726cdd4f01f0de9f1574a5f0df36a43eac9250c1fa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page