| name | upload-and-test-mobile-app |
| description | Upload and test mobile apps on TestMu AI using upload_app MCP tool. Use for uploading APK/IPA files to TestMu AI for mobile automation testing with Appium/Espresso/XCUITest. |
Upload and Test Mobile App
When to Use
- Uploading a mobile app (APK or IPA) to TestMu AI for testing
- Preparing apps for automated mobile testing with Appium/Espresso/XCUITest
- Testing mobile apps on real devices via TestMu AI
- Setting up mobile app testing in CI/CD pipelines
MCP Tools Used
upload_app - Upload APK/IPA files or URL to TestMu AI for testing
Steps
1. Upload Your App
Use upload_app to upload your mobile app to TestMu AI:
Upload from local file path:
"Upload my app from /Users/me/builds/app-debug.apk to TestMu AI"
"Upload /path/to/my-app.ipa for testing on TestMu AI"
Upload from URL:
"Upload app from https://example.com/builds/latest.apk to TestMu AI"
"Upload my app from this URL: https://storage.example.com/app.ipa"
What the tool does:
- Uploads APK (Android) or IPA (iOS) file to TestMu AI
- Returns an app URL (lt:// format) for use in test capabilities
- Supports custom app name and visibility settings
Parameters:
appFilePath - Local path to APK/IPA file (use this OR appUrl)
appUrl - Public URL to download the app (use this OR appFilePath)
name - Custom name for the uploaded app
visibility - App visibility setting
2. Use App URL in Tests