Skip to main content

Configure Appium version

TestCloud provides the flexibility to specify the desired Appium version to match your testing requirements. By default, TestCloud automatically selects the appropriate Appium version based on the device's operating system. However, you also have the option to explicitly define the version by using the appiumVersion capability in your test scripts.

The supported Appium version tags include:
  • latest: TestCloud uses the latest Appium version
  • default: TestCloud uses versions 2.2.1 - 2.4.1
  • Specific Appium versions: 2.11.2, 2.10.3, 2.5.4, 2.4.1, 1.22
  1. In Katalon Studio, go to Project > Settings > Desired Capabilites and select TestCloud.
  2. In the TestCloud settings table, add the katalon:options property and set the Type as Dictionary.
    1. In the Value column, add the appiumVersion with String value type, then specify the version tag.
  3. Click OK and Apply & Close to save the settings.
Was this page helpful?