Skip to content

Commit 4a8d375

Browse files
java sample
1 parent f0b8bb8 commit 4a8d375

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/java-frameworks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ git clone https://github.com/LambdaTest/java-selenium-sample.git
6767
cd java-selenium-sample
6868
```
6969

70+
If you are using your own project, make sure you update the **Hub endpoint** in your tests file. By setting up the Hub endpoint, you establish the communication channel between your tests and the browser nodes, enabling effective test distribution and execution.
71+
72+
```java title="Test.java"
73+
public static String hubURL = "https://hub.lambdatest.com/wd/hub";
74+
```
75+
7076
## Step 2: Update the dependencies
7177
Run the command below to check for outdated dependencies. Review updates carefully before modifying your `pom.xml`, as they might not be compatible with your code.
7278

0 commit comments

Comments
 (0)