Configuring Katalon Studio for Mobile Testing on Windows


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/tutorials/setting_mobile_application_automation.html

new syntax is

npm install g appium

I wanted to add that in “Installing Appium” section, make sure you open the command prompt with the “Run as administrator” option.

In this page: https://docs.katalon.com/katalon-studio/docs/mobile-on-windows.html#installing-dependencies says Appium 1.9+ is not supported and that the command to install Appium 1.8.1 is: npm install -g appium@1.8.1
I’ve installed the latest version (v1.13.0) and I’m not sure what should I do next.

It does not work with appium 1.13.0, so to uninstall it use: npm uninstall -g appium

Which latest version of appium is supporting by Katalon?