How to setup Appium Inspector with LambdaTest?

What’s the procedure to setup Appium Inspector with LambdaTest?

Hello Dipen,

Start the Appium Inspector Exe file using this procedure:

  1. Visit “Select cloud provider” tab
  2. Choose LambdaTest over there.
  3. Enter your username and access_key in the given field.
  4. Now, generate the URL of the app with the below command:

curl -u "username:access_key" -X POST "https://manual-api.lambdatest.com/app/upload/realDevice" -F "appFile=@"path_of apk/name_of file.apk""

In the capabilities section, provide the app URL as one of the capability in text form. The default capability name will be app.

app: app_URL you get by using the above command.