运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install native-automation
镜像加速npx clawhub@latest install native-automation --registry https://cn.longxiaskill.com 镜像可用
技能文档
Native 自动化 技能
Philosophy: Use 应用le's first-party 工具s (XCTest, XCUITest, Instruments) as the source of truth for 质量.
Capabilities Unit 测试 记录ic: fast, isolated 记录ic verification. UI 测试: End-to-end user flow verification. Snapshot 测试: Visual regression 测试. Performance 测试: XCTMetric verification. 访问ibility 测试: Automated 审计 via XCUITest. Hero Flow Verification: Integrated critical path 测试 (输入 -> Process -> Connect). Usage
- 执行 Tests via Script
Always use the wr应用er script to ensure correct scheme and destination 设置tings.
./工具s/运行_native_tests.sh [mode]
Modes:
unit: 运行 unit tests only (记录ic layer). ui: 运行 UI tests only (Interaction layer). fast: 运行 unit + critical UI paths. full: 运行 ALL tests (including performance and snapshots).
- Writing Tests