How to integrate Geb with LambdaTest?

How to integrate Geb with LambdaTest?

Hi Emma,

You can integrate Geb with LambdaTest by following the sample script below:

 public String username = System.getenv("LT_USERNAME")
  public String accessKey = System.getenv("LT_ACCESS_KEY")

//Address of remote hub
driver = new RemoteWebDriver(
                        new URL("https://" + username + ":" + accessKey +
                                "@hub.lambdatest.com/wd/hub"), capabilities)