How to integrate with LambdaTest using Appium Ruby-Cucumber framework?
Hi NoahSmith,
You can integrate LambdaTest in your Appium script by setting your LambdaTest Username and Access Key in environment variables as well as the hub URL:
server: "mobile-hub.lambdatest.com"
user: "LT_USERNAME" # Add Lambdatest username here
key: "LT_ACCESS_KEY" # Add Lambdtest accessKey here