You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/java/com/lambdatest/android.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
importjava.net.URL;
15
15
16
-
publicclassandroidAppAutomation {
16
+
publicclassandroid {
17
17
Stringusername = System.getenv("LT_USERNAME") == null ? "LT_USERNAME" : System.getenv("LT_USERNAME"); //Enter the Username here
18
18
StringaccessKey = System.getenv("LT_ACCESS_KEY") == null ? "LT_ACCESS_KEY" : System.getenv("LT_ACCESS_KEY"); //Enter the Access key here
19
19
publicStringapp_id = System.getenv("LT_APP_ID") == null ? "lt://proverbial-android" : System.getenv("LT_APP_ID"); //Enter your LambdaTest App ID at the place of lt://proverbial-android
Copy file name to clipboardExpand all lines: src/test/java/com/lambdatest/ios.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
importjava.net.URL;
15
15
16
-
publicclassiosAppAutomation {
16
+
publicclassios {
17
17
Stringusername = System.getenv("LT_USERNAME") == null ? "LT_USERNAME" : System.getenv("LT_USERNAME"); //Enter the Username here
18
18
StringaccessKey = System.getenv("LT_ACCESS_KEY") == null ? "LT_ACCESS_KEY" : System.getenv("LT_ACCESS_KEY"); //Enter the Access key here
19
19
publicStringapp_id = System.getenv("LT_APP_ID") == null ? "lt://proverbial-ios" : System.getenv("LT_APP_ID"); //Enter your LambdaTest App ID at the place of lt://proverbial-android
Copy file name to clipboardExpand all lines: src/test/java/com/lambdatest/ltOptions_w3c/android_ltOptions_w3c.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
packagecom.lambdatest;
1
+
packagecom.lambdatest.ltOptions_w3c;
2
2
3
3
importio.appium.java_client.MobileBy;
4
4
importorg.junit.After;
@@ -13,7 +13,7 @@
13
13
importjava.net.URL;
14
14
importjava.util.HashMap;
15
15
16
-
publicclassandroid_AppAutomation_ltOptions_w3c {
16
+
publicclassandroid_ltOptions_w3c {
17
17
Stringusername = System.getenv("LT_USERNAME") == null ? "LT_USERNAME" : System.getenv("LT_USERNAME"); //Enter the Username here
18
18
StringaccessKey = System.getenv("LT_ACCESS_KEY") == null ? "LT_ACCESS_KEY" : System.getenv("LT_ACCESS_KEY"); //Enter the Access key here
19
19
publicStringapp_id = System.getenv("LT_APP_ID") == null ? "lt://proverbial-android" : System.getenv("LT_APP_ID"); //Enter your LambdaTest App ID at the place of lt://proverbial-android
Copy file name to clipboardExpand all lines: src/test/java/com/lambdatest/ltOptions_w3c/ios_ltOptions_w3c.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
packagecom.lambdatest;
1
+
packagecom.lambdatest.ltOptions_w3c;
2
2
3
3
importio.appium.java_client.MobileBy;
4
4
importorg.junit.After;
@@ -13,7 +13,7 @@
13
13
importjava.net.URL;
14
14
importjava.util.HashMap;
15
15
16
-
publicclassios_AppAutomation_ltOptions_w3c {
16
+
publicclassios_ltOptions_w3c {
17
17
Stringusername = System.getenv("LT_USERNAME") == null ? "LT_USERNAME" : System.getenv("LT_USERNAME"); //Enter the Username here
18
18
StringaccessKey = System.getenv("LT_ACCESS_KEY") == null ? "LT_ACCESS_KEY" : System.getenv("LT_ACCESS_KEY"); //Enter the Access key here
19
19
publicStringapp_id = System.getenv("LT_APP_ID") == null ? "lt://proverbial-ios" : System.getenv("LT_APP_ID"); //Enter your LambdaTest App ID at the place of lt://proverbial-android
0 commit comments