How can I integrate with LambdaTest using Kotlin?
Hello Alex,
To integrate LambdaTest with Kotlin, ensure to update the APP_URL, username and accesKey in the code scripts before running the tests.
val username = "LT_USERNAME" //Add your LambdaTest username here
val accessKey = "LT_ACCESS_KEY" //Add your LambdaTest accessKey here
var driver: AndroidDriver<MobileElement>? = null
val hub = URL("https://${username}:${accessKey}@mobile-hub.lambdatest.com/wd/hub")