File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
1
# LambdaTest Java SDK
2
2
3
-
4
3
Run the following command to install the dependencies of the project mentioned in ` pom.xml ` :
5
4
6
5
``` sh
@@ -17,7 +16,7 @@ export LT_USERNAME=<add-your-username>
17
16
18
17
## Usage
19
18
20
- ### To Take Smartui App Snapshot
19
+ ### To Take SmartUI App Snapshot
21
20
` import io.github.lambdatest.SmartUIAppSnapshot; `
22
21
#### 1. Create an Object of ` SmartUIAppSnapshot `
23
22
@@ -34,7 +33,7 @@ export LT_USERNAME=<add-your-username>
34
33
```
35
34
36
35
37
- ### To Take Smartui Snapshot
36
+ ### To Take SmartUI Snapshot
38
37
39
38
#### 1. Install the ` smartui-cli ` Dependencies
40
39
@@ -61,16 +60,4 @@ public class SmartUISDK {
61
60
}
62
61
63
62
}
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
+ ```
You can’t perform that action at this time.
0 commit comments