Skip to content

Commit b6d700b

Browse files
committed
Final commit - updated readme
1 parent 67d2c1f commit b6d700b

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# LambdaTest Java SDK
22

3-
43
Run the following command to install the dependencies of the project mentioned in `pom.xml`:
54

65
```sh
@@ -17,7 +16,7 @@ export LT_USERNAME=<add-your-username>
1716

1817
## Usage
1918

20-
### To Take Smartui App Snapshot
19+
### To Take SmartUI App Snapshot
2120
`import io.github.lambdatest.SmartUIAppSnapshot;`
2221
#### 1. Create an Object of `SmartUIAppSnapshot`
2322

@@ -34,7 +33,7 @@ export LT_USERNAME=<add-your-username>
3433
```
3534

3635

37-
### To Take Smartui Snapshot
36+
### To Take SmartUI Snapshot
3837

3938
#### 1. Install the `smartui-cli` Dependencies
4039

@@ -61,16 +60,4 @@ public class SmartUISDK {
6160
}
6261

6362
}
64-
```
65-
66-
#### 3. Use Local Hub
67-
68-
```sh
69-
npx smartui exec -- mvn test -D suite=sdk-local.xml
70-
```
71-
72-
#### 4. Use LambdaTest Cloud Hub
73-
74-
```sh
75-
npx smartui exec -- mvn test -D suite=sdk-cloud.xml
76-
```
63+
```

0 commit comments

Comments
 (0)