8000 hub url · LambdaTest/java-testng-selenium@720d054 · GitHub
[go: up one dir, main page]

Skip to content

Commit 720d054

Browse files
committed
hub url
1 parent 694686b commit 720d054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/lambdatest/TestNGTodo2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Steps to run Smart UI project (https://beta-smartui.lambdatest.com/)
5050
String[] Tags = new String[] { "Feature", "Magicleap", "Severe" };
5151
caps.setCapability("tags", Tags);
5252

53-
driver = new RemoteWebDriver(new URL("https://sirajk:oz85RZKxbqX6X8aCQXuQgUDnojP8OwY3wx2SAkEswtgRuxl8n0@stage-hub.lambdatestinternal.com/wd/hub"), caps);
53+
driver = new RemoteWebDriver(new URL("https://" + username + ":" + authkey + hub), caps);
5454
}
5555

5656
@Test

0 commit comments

Comments
 (0)
0