How to integrate Serenity with LT?

How can I integrate with Serenity with LT?

Hello Macy,

You need to set the username and accesskey in the environment variables and use the HUB URL as shown below:


String url = "https://" + username + ":" + accessKey + "@" + environmentVariables.getProperty("lt.grid")
                    + "/wd/hub";