What should I do to integrate Appium Java TestNG with LambdaTest?
Hi Macy,
You can follow the first few steps below:
- Set LambdaTest Username and Access Key in environment variables.
- Set public String gridURL = “@mobile-hub.lambdatest.com/wd/hub”;
- Add the following command on your script as well:
String hub = "https://" + userName + ":" + accessKey + gridURL;
driver = new AppiumDriver(new URL(hub), capabilities);