What is the Sample repo to run app automation with Java TestNG on real device on LambdaTest cloud?

What is the Sample repo to run app automation with Java TestNG on real device on LambdaTest cloud?

Hey Alex,

In order for the Sample repo to run Appium Mobile Testing with Java TestNG on a real device on LambdaTest cloud, you can use the below code snippet:

Below is the curl request to upload the app for automation

curl --location --request POST 'https://manual-api.lambdatest.com/app/upload/realDevice' \
--header 'Authorization: Basic <ENTER_BASIC_AUTH_TOKEN_HERE>' \
--form 'name="lambda1"' \
--form 'appFile=@"/path/to/file"'

Here’s the GitHub repo for the same: GitHub - himanshuseth004/LT-appium-java-testng: Sample repo to run app automation with Java TestNG on real device on LambdaTest cloud.