How to install apps using custom app ID in Real Devices with Appium Cucumber on LambdaTest cloud?

Tell me how I can install apps using custom app ID in Real Devices with Appium Cucumber on LambdaTest cloud.

Hello Tom,

It’s possible to install apps using custom app ID in Real Devices with Appium Cucumber on LambdaTest cloud.

The capabilities object in the sample code are defined as:

server: "mobile-hub.lambdatest.com"

common_caps:
  "user": "username"
  "accessKey": "accesskey"
  "project": "First Cucumber Android Project"
  "build": "build-1"
  

browser_caps:
  -
    "platformName": "Android"
    "platformVersion": "9"
    "deviceName": "Galaxy S8 Plus"


    #Enter the Custom_ID here that was used to upload your application

    "app": "ENTER_CUSTOM_ID_HERE"
    
    "name": "first_test"
    "isRealMobile": "true"

Please do download and use the given GitHub repo:

https://github.com/payalgulati909/appium-ruby-cucumber-customName