jarvis-appium
jarvis-appiumは、TypeScriptで構築された自動化テストフレームワークです。Appiumを利用してモバイルアプリケーションのテストを効率的に行うことができ、開発者やテストエンジニアにとって便利なツールです。豊富な機能を持ち、拡張性も高いため、さまざまなプロジェクトに対応可能です。
GitHubスター
35
ユーザー評価
未評価
お気に入り
0
閲覧数
20
フォーク
8
イシュー
5
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
1Install Android Studio and Android SDK
2Set
ANDROID_HOME
environment variable3Add Android SDK tools to your PATH
4Enable USB debugging on your Android device
5Install Appium UiAutomator2 driver dependencies
1Install Xcode from the App Store
2Install Xcode Command Line Tools:
xcode-select --install
3Install iOS simulators through Xcode
4For real device testing, configure provisioning profiles
Add Jarvis Appium to your MCP client configuration:
```json
{
"mcpServers": {
"jarvis-appium": {
"disabled": false,
"timeout": 100,
"type": "stdio",
"command": "npx",
"args": ["jarvis-appium"],
"env": {