Forum Discussion

plosives42's avatar
plosives42
Occasional Visitor
2 years ago

[Katalon] The mobile device is missing

I'm passing these Capabilities from Katalon to BitBar (both built with the help of https://cloud.bitbar.com/#public/capabilities-creator and https://appium.io/docs/en/writing-running-appium/caps/#appium-desired-capabilities) but the device seems to be missing (no match between the capability and bitbar devices). I tried with several device names (from actual BitBar), but obtained the same issue. Also tried to remove platformVersion because apparently seems not to be necessary for BitBar devices.

 

Test Cases/BitBar_SampleApp FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to start app at: '<MY-APP-ID>' (Root cause: java.lang.IllegalArgumentException: The mobile device is missing. Please select the mobile device to be executed and try again.

 

{
  "remoteWebDriverType": "Appium",
  "bitbar_target": "android",
  "deviceName": "Google Pixel XL -EU",
  "build": "DEMO Build Sample app",
  "bitbar_apiKey": "<MY-API-KEY>",
  "platformVersion": "11.0",
  "remoteMobileDriver": "ANDROID_DRIVER",
  "automationName": "UiAutomator2",
  "remoteWebDriverUrl": "https://eu-mobile-hub.bitbar.com/wd/hub",
  "bitbar_app": "<MY-APP-ID>",
  "platformName": "Android",
  "bitbar_device": "Google Pixel XL -EU",
  "bitbar_project": "DEMO Project Sample app"
}

 

No RepliesBe the first to reply