How to install multiple apps in Real Devices with Appium Cucumber on LambdaTest cloud?

I want to install multiple apps in Real Devices with Appium Cucumber.

Hello Tom,

It’s easy to install multiple apps in Real Devices with Appium Cucumber on LambdaTest cloud.

You can add the app URLs fetched when you upload the apps in the otherApps capability.

Append the code in first.config.yml:

server: "mobile-hub.lambdatest.com"

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

browser_caps:
  -
    "platformName": "iOS"
    "platformVersion": "12.0"
    "deviceName": "iPhone 8"
    "app": "lt://"
    "name": "first_test"
    "isRealMobile": "true"


    # ADD THE APP URL OF OTHER APPS THAT YOU'D LIKE TO INSTALL ON THE SAME DEVICE

    "otherApps":["lt:// ", "lt:// "]   #ENTER THE OTHER APP URLs HERE IN AN ARRAY FORMAT

Download and use the GitHub repository:

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