From 6658e4ca5178a26e0d55a094b328bfc3955592db Mon Sep 17 00:00:00 2001 From: JeeveshJ7 Date: Tue, 25 Mar 2025 14:49:17 +0530 Subject: [PATCH] Sanity changes --- docs/smartui-app-sdk.md | 5 +++-- docs/smartui-selenium-java-sdk.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/smartui-app-sdk.md b/docs/smartui-app-sdk.md index 3e2d0f843..4ad7169b1 100644 --- a/docs/smartui-app-sdk.md +++ b/docs/smartui-app-sdk.md @@ -125,9 +125,10 @@ public class YourTestClass { // Configure screenshot settings Map ssConfig = new HashMap<>(); // Either use environment variable - // ssConfig.put("projectToken", "your-project-token-here"); // Use this if you are not setting the project token in environment variable + ssConfig.put("projectToken", "your-project-token-here"); // Use this if you are not setting the project token in environment variable + // ssConfig.put("buildName", "First Build"); // Optional ssConfig.put("deviceName", "iPhone 15"); // Required, you can use the variables that you are setting in the cloud capabilities - ssConfig.put("buildName", "First Build"); // Optional + ssConfig.put("platform", "iOS"); // Optional,you can use the variables that you are setting in the cloud capabilities try { diff --git a/docs/smartui-selenium-java-sdk.md b/docs/smartui-selenium-java-sdk.md index 8429cfc7a..a095b607e 100644 --- a/docs/smartui-selenium-java-sdk.md +++ b/docs/smartui-selenium-java-sdk.md @@ -90,7 +90,7 @@ git clone https://github.com/LambdaTest/smartui-java-testng-sample io.github.lambdatest lambdatest-java-sdk - 1.0.8 + 1.0.7 ```