How to integrate Gauge with LambdaTest?

How to integrate Gauge with LambdaTest?

Hi Mark,

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

private static final String username = System.getenv("LT_USERNAME");
    private static final String accesskey = System.getenv("LT_ACCESS_KEY");
    public static final String gridURL = "@hub.lambdatest.com/wd/hub";
//Address of remote hub
driver = new RemoteWebDriver(new URL("https://" + username + ":" + accesskey + gridURL), capabilities);