Skip to content

Commit b9ffc28

Browse files
authored
Update TestNGTodo1.java
1 parent 62fdd88 commit b9ffc28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/lambdatest/TestNGTodo1.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public class TestNGTodo1 {
2020

2121
@BeforeMethod
2222
public void setup(Method m, ITestContext ctx) throws MalformedURLException {
23-
String username = System.getenv("LT_USERNAME") == null ? "Your LT Username" : System.getenv("LT_USERNAME");
24-
String authkey = System.getenv("LT_ACCESS_KEY") == null ? "Your LT AccessKey" : System.getenv("LT_ACCESS_KEY");
23+
String username = deepanshulambdatest;
24+
String authkey = rsoHTTxvRGQOV7jvQJJwPzKYQSyXYHKqC3SOgIWgKJ9G9sWZbk;
2525
;
2626
String hub = "@hub.lambdatest.com/wd/hub";
2727

@@ -106,4 +106,4 @@ public void tearDown() {
106106
driver.quit();
107107
}
108108

109-
}
109+
}

0 commit comments

Comments
 (0)