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

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

Hi Ian,

To install apps in Real Devices using custom app ID with Appium JUnit on LambdaTest cloud, add the below code snippet to your automation scripts.

curl -u "YOUR_LAMBDATEST_USERNAME:YOUR_LAMBDATEST_ACCESS_KEY" \
--location --request POST 'https://manual-api.lambdatest.com/app/upload/realDevice' \
--form 'name="Android_App"' \
--form 'url="https://prod-mobile-artefacts.lambdatest.com/assets/docs/proverbial_android.apk"' \
--form 'custom_id="Proverbial Android v1.56"'

You can download and install the given GitHub repo.