Skip to content

Commit 6658e4c

Browse files
JeeveshJ7JeeveshJ7
authored andcommitted
Sanity changes
1 parent 7468585 commit 6658e4c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/smartui-app-sdk.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ public class YourTestClass {
125125
// Configure screenshot settings
126126
Map<String, String> ssConfig = new HashMap<>();
127127
// Either use environment variable
128-
// ssConfig.put("projectToken", "your-project-token-here"); // Use this if you are not setting the project token in environment variable
128+
ssConfig.put("projectToken", "your-project-token-here"); // Use this if you are not setting the project token in environment variable
129+
// ssConfig.put("buildName", "First Build"); // Optional
129130
ssConfig.put("deviceName", "iPhone 15"); // Required, you can use the variables that you are setting in the cloud capabilities
130-
ssConfig.put("buildName", "First Build"); // Optional
131+
131132
ssConfig.put("platform", "iOS"); // Optional,you can use the variables that you are setting in the cloud capabilities
132133

133134
try {

docs/smartui-selenium-java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ git clone https://github.com/LambdaTest/smartui-java-testng-sample
9090
<dependency>
9191
<groupId>io.github.lambdatest</groupId>
9292
<artifactId>lambdatest-java-sdk</artifactId>
93-
<version>1.0.8</version>
93+
<version>1.0.7</version>
9494
</dependency>
9595
```
9696

0 commit comments

Comments
 (0)