8000 exp · LambdaTest/java-testng-selenium@9123a7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9123a7a

Browse files
committed
exp
1 parent d8a167e commit 9123a7a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
1.92 KB
Binary file not shown.

lambdatest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ username: sirajk
66
accessKey:
77

88
# Hub URL (optional, will use default if not specified)
9-
# hub: "https://hub.lambdatest.com/wd/hub"
10-
hub: https://webhook.site/5da8d31d-ee6b-477b-b007-2aaf5aa3f2e9
9+
hub: "https://hub.lambdatest.com/wd/hub"
10+
# hub: https://webhook.site/5da8d31d-ee6b-477b-b007-2aaf5aa3f2e9
1111

1212
# Test Platforms
1313
platforms:

src/test/java/com/lambdatest/AutoHealingDemo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ public void testSetUp(String browser, String version, String platform, String re
4444

4545
try
4646
{
47-
driver = new RemoteWebDriver(new URL("https://" + username + ":" + access_key + "@hub.lambdatest.com/wd/hub"), capabilities);
47+
// driver = new RemoteWebDriver(new URL("https://" + username + ":" + access_key + "@hub.lambdatest.com/wd/hub"), capabilities);
48+
driver = new RemoteWebDriver(new URL(""), new DesiredCapabilities());
4849
}
4950
catch (MalformedURLException e)
5051
{

0 commit comments

Comments
 (0)
0