Last updated on : 10 Jan 2026
Getting Started with Appium Testing
Appium is a popularly used open source test automation framework that helps with automating mobile app testing of both iOS and Android Apps. You can integrate your Appium scripts on Pcloudy, as we have extended support to Appium Automation.
Objective of This Document
This objective of this document is to help you integrate your Appium test scripts on the Pcloudy platform to execute various automated app tests in parallel.
Pre-requisites
- Appium Script
- APK or IPA file (Upload to Pcloudy Account)
- Pcloudy Account
Steps to Get the API Key
- Login to your registered account on device.pcloudy.com
- Click on QuickActions at the bottom left corner of the screen.
- You can find your API access key here and you can copy the same. If you want to generate a new API Key, navigate to Profile at the top right corner of the screen.
Refer to Desired Capabilities section to generate the capabilities and integrate.
Supported Languages and Frameworks
Here is a list of languages and frameworks that are supported by Pcloudy to run Appium automation tests:
| Language | Framework |
|---|---|
| Java | TestNG, JUnit |
| JavaScript | Mocha, Jest, WebdriverIO |
| Python | pytest, Behave |
| Ruby | Capybara |
| TypeScript | WebdriverIO |
Next Steps
-
Appium Capability Configurator - Configure capabilities for your tests
-
Android Appium Integration - Set up Android automation
-
iOS Appium Integration - Set up iOS automation
Did this page help you?