We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fdd88 commit b9ffc28Copy full SHA for b9ffc28
src/test/java/com/lambdatest/TestNGTodo1.java
@@ -20,8 +20,8 @@ public class TestNGTodo1 {
20
21
@BeforeMethod
22
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");
+ String username = deepanshulambdatest;
+ String authkey = rsoHTTxvRGQOV7jvQJJwPzKYQSyXYHKqC3SOgIWgKJ9G9sWZbk;
25
;
26
String hub = "@hub.lambdatest.com/wd/hub";
27
@@ -106,4 +106,4 @@ public void tearDown() {
106
driver.quit();
107
}
108
109
-}
+}
0 commit comments