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
2. Next get into Java-Selenium-Sample folder, and import Lamabdatest Credentials. You can get these from lambdatest automation dashboard.
22
+
<palign="center">
23
+
<b>For Linux/macOS:</b>:
24
+
25
+
```
26
+
export LT_USERNAME="YOUR_USERNAME"
27
+
export LT_ACCESS_KEY="YOUR ACCESS KEY"
28
+
```
29
+
<palign="center">
30
+
<b>For Windows:</b>
31
+
32
+
```
33
+
set LT_USERNAME="YOUR_USERNAME"
34
+
set LT_ACCESS_KEY="YOUR ACCESS KEY"
35
+
```
36
+
Step 3. You may also want to run the command below to check for outdated dependencies. Please be sure to verify and review updates before editing your pom.xml file as they may not be compatible with your code.
[LambdaTest](https://www.lambdatest.com/) is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your [selenium automation testing](https://www.lambdatest.com/selenium-automation) to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.
0 commit comments