From 08442d74c487e77192032d55d18679576141591f Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:44:26 +0530 Subject: [PATCH] Merge pull request #2246 from keys-github/mythili-stage Changed Smart UI to SmartUI --- docs/html-dom-smartui-options.md | 2 +- ...perexecute-smart-ui-sdk-selenium-csharp.md | 8 +++---- ...xecute-smart-ui-sdk-selenium-javascript.md | 8 +++---- ...hyperexecute-smart-ui-sdk-using-cypress.md | 8 +++---- ...erexecute-smart-ui-sdk-using-playwright.md | 8 +++---- ...perexecute-smart-ui-sdk-using-puppeteer.md | 8 +++---- ...rexecute-smart-ui-test-using-playwright.md | 10 ++++----- ...rexecute-smart-ui-testing-using-cypress.md | 12 +++++----- ...execute-smart-ui-testing-using-selenium.md | 8 +++---- docs/playwright-visual-regression.md | 4 ++-- docs/selenium-visual-regression.md | 12 +++++----- docs/smart-ui-cypress.md | 10 ++++----- docs/smart-ui-testing.md | 22 +++++++++---------- docs/smart-visual-regression-testing.md | 2 +- docs/smartui-appium-hooks.md | 2 +- docs/smartui-cli-figma-app.md | 2 +- docs/smartui-cli-figma-web.md | 6 ++--- docs/smartui-cli-figma.md | 6 ++--- docs/smartui-cli-upload.md | 4 ++-- docs/smartui-cli.md | 4 ++-- docs/smartui-cypress-sdk.md | 4 ++-- docs/smartui-draw-on-ui.md | 2 +- docs/smartui-freeze-animations.md | 2 +- docs/smartui-github-app-integration.md | 2 +- docs/smartui-handle-sticky-elements.md | 2 +- docs/smartui-k6-setup.md | 4 ++-- docs/smartui-pdf-api-upload.md | 2 +- docs/smartui-pdf-cli-upload.md | 2 +- docs/smartui-playwright-java-sdk.md | 4 ++-- docs/smartui-playwright-python-sdk.md | 4 ++-- docs/smartui-playwright-sdk.md | 4 ++-- docs/smartui-puppeteer-sdk.md | 8 +++---- docs/smartui-running-your-first-project.md | 2 +- docs/smartui-sdk-config-options.md | 2 +- docs/smartui-sdk-fetch-results.md | 2 +- docs/smartui-selenium-csharp-sdk.md | 4 ++-- docs/smartui-selenium-java-sdk.md | 4 ++-- docs/smartui-selenium-js-sdk.md | 4 ++-- docs/smartui-selenium-python-sdk.md | 4 ++-- docs/smartui-selenium-ruby-sdk.md | 4 ++-- docs/smartui-storybook-integration.md | 8 +++---- docs/smartui-testcafe-sdk.md | 4 ++-- docs/smartui-wdio-sdk.md | 4 ++-- docs/smartui-with-azure.md | 2 +- docs/smartui-with-bitbucket.md | 2 +- docs/smartui-with-buildkite.md | 2 +- docs/smartui-with-circle-ci.md | 2 +- docs/smartui-with-github-actions.md | 2 +- docs/smartui-with-gitlab.md | 2 +- docs/smartui-with-semaphore.md | 2 +- docs/smartui-with-travis-ci.md | 2 +- docs/test-settings-options.md | 22 +++++++++---------- 52 files changed, 133 insertions(+), 133 deletions(-) diff --git a/docs/html-dom-smartui-options.md b/docs/html-dom-smartui-options.md index fc377a54b..7fe6af6b6 100644 --- a/docs/html-dom-smartui-options.md +++ b/docs/html-dom-smartui-options.md @@ -372,7 +372,7 @@ await page.evaluate((_) => {},
-- This will redirect you the Smart UI dashboard where you can see all the images you have pushed for the testing.
+- This will redirect you the SmartUI dashboard where you can see all the images you have pushed for the testing.
diff --git a/docs/hyperexecute-smart-ui-testing-using-cypress.md b/docs/hyperexecute-smart-ui-testing-using-cypress.md
index 926d828ad..89e6d6ec0 100644
--- a/docs/hyperexecute-smart-ui-testing-using-cypress.md
+++ b/docs/hyperexecute-smart-ui-testing-using-cypress.md
@@ -1,6 +1,6 @@
---
id: hyperexecute-smart-ui-testing-using-cypress
-title: Smart UI Testing Using HyperExecute
+title: SmartUI Testing Using HyperExecute
hide_title: true
sidebar_label: Cypress
description: Boost bug detection speed using HyperExecute smart UI testing with Cypress. Perform Visual UI Regression Testing for perfect app delivery.
@@ -38,16 +38,16 @@ slug: hyperexecute-smart-ui-testing-using-cypress/
},{
"@type": "ListItem",
"position": 3,
- "name": "Smart UI Testing",
+ "name": "SmartUI Testing",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-smart-ui-testing-using-cypress/"
}]
})
}}
>
-# Smart UI Tests in HyperExecute using Cypress
+# SmartUI Tests in HyperExecute using Cypress
-This documentation will guide you step-by-step to execute the Smart UI tests on the HyperExecute platform using Cypress
+This documentation will guide you step-by-step to execute the SmartUI tests on the HyperExecute platform using Cypress
## Prerequisites
@@ -55,7 +55,7 @@ This documentation will guide you step-by-step to execute the Smart UI tests on
- [HyperExecute CLI](/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) in order to initiate a test execution Job .
- Setup the Environment Variable
- [HyperExecute YAML](/support/docs/hyperexecute-yaml-version0.2/) file which contains all the necessary instructions.
-- To run Smart UI tests, you need to have a **Baseline Image** and a **Comparison** image. A baseline image is the reference image with which you want to compare. You can either upload this image from your computer or take a screenshot from your browser.
+- To run SmartUI tests, you need to have a **Baseline Image** and a **Comparison** image. A baseline image is the reference image with which you want to compare. You can either upload this image from your computer or take a screenshot from your browser.
## Step 1: Setup your Project
@@ -136,7 +136,7 @@ To execute the project run the below command in your terminal at the root folder
```
- Now, visit to the [HyperExecute Dashboard](https://hyperexecute.lambdatest.com/hyperexecute) to check the status of your project.
-- Click on the **Smart UI Tests** button.
+- Click on the **SmartUI Tests** button.
diff --git a/docs/hyperexecute-smart-ui-testing-using-selenium.md b/docs/hyperexecute-smart-ui-testing-using-selenium.md
index e137712cb..e7e977265 100644
--- a/docs/hyperexecute-smart-ui-testing-using-selenium.md
+++ b/docs/hyperexecute-smart-ui-testing-using-selenium.md
@@ -1,6 +1,6 @@
---
id: hyperexecute-smart-ui-testing-using-selenium
-title: Smart UI Tests in HyperExecute using Selenium
+title: SmartUI Tests in HyperExecute using Selenium
hide_title: false
sidebar_label: Selenium
description: Accelerate bug identification with HyperExecute's intelligent UI testing via Selenium. Conduct Visual UI Regression Testing for flawless application deployment.
@@ -41,13 +41,13 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
},{
"@type": "ListItem",
"position": 3,
- "name": "Smart UI Testing",
+ "name": "SmartUI Testing",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-smart-ui-testing-using-selenium/"
}]
})
}}
>
-This documentation will guide you step-by-step to execute the Smart UI tests on the HyperExecute platform using Selenium
+This documentation will guide you step-by-step to execute the SmartUI tests on the HyperExecute platform using Selenium
## Prerequisites
@@ -55,7 +55,7 @@ This documentation will guide you step-by-step to execute the Smart UI tests on
- [HyperExecute CLI](/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) in order to initiate a test execution Job .
- Setup the [Environment Variable](/support/docs/hyperexecute-environment-variable-setup/)
- [HyperExecute YAML](/support/docs/hyperexecute-yaml-version0.2/) file which contains all the necessary instructions.
-- To run Smart UI tests, you need to have a **Baseline Image** and a **Comparison** image. A baseline image is the reference image with which you want to compare. You can either upload this image from your computer or take a screenshot from your browser.
+- To run SmartUI tests, you need to have a **Baseline Image** and a **Comparison** image. A baseline image is the reference image with which you want to compare. You can either upload this image from your computer or take a screenshot from your browser.
## Step 1: Configure Your Test Suite
diff --git a/docs/playwright-visual-regression.md b/docs/playwright-visual-regression.md
index 96c6e89e6..659ebdf54 100644
--- a/docs/playwright-visual-regression.md
+++ b/docs/playwright-visual-regression.md
@@ -1,6 +1,6 @@
---
id: playwright-visual-regression
-title: Getting started with Smart UI using Playwright
+title: Getting started with SmartUI using Playwright
sidebar_label: Playwright
description: Master Playwright Visual Regression with our step-by-step guide. Seamlessly integrate SmartUI, enhance your testing skills, and unlock a world of possibilities.
keywords:
@@ -123,7 +123,7 @@ const { expect } = require('@playwright/test');
'network': true,
'video': true,
'console': true,
- "smartUIProjectName": "HyperExecute allows you to execute your Smart UI Tests in HyperExecute using Selenium.
+HyperExecute allows you to execute your SmartUI Tests in HyperExecute using Selenium.
HyperExecute allows you to execute your Smart UI Tests in HyperExecute using Cypress.
+HyperExecute allows you to execute your SmartUI Tests in HyperExecute using Cypress.
HyperExecute allows you to execute your Smart UI Tests in HyperExecute using Playwright.
+HyperExecute allows you to execute your SmartUI Tests in HyperExecute using Playwright.
Perform Visual UI Testing using Storybook on Smart UI.
+Perform Visual UI Testing using Storybook on SmartUI.
diff --git a/docs/smartui-cli-figma-web.md b/docs/smartui-cli-figma-web.md
index 6ed469405..263830c4e 100644
--- a/docs/smartui-cli-figma-web.md
+++ b/docs/smartui-cli-figma-web.md
@@ -1,6 +1,6 @@
---
id: smartui-cli-figma-web
-title: Getting started with LambdaTest's Smart UI Figma-Web CLI
+title: Getting started with LambdaTest's SmartUI Figma-Web CLI
sidebar_label: Figma-Web CLI
description: In this documentation, learn how to compare your figma designs to live production websites and web applications.
keywords:
@@ -97,7 +97,7 @@ The first step is to create a project with the application in which we will comb
### **Step 1**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI CLI` in your repository/folder.
+Install required NPM modules for `LambdaTest SmartUI CLI` in your repository/folder.
```bash
npm install @lambdatest/smartui-cli
@@ -335,7 +335,7 @@ npx smartui --config web-config.json exec --buildName=web-build -- node figma-we
### View SmartUI Results
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-cli-figma.md b/docs/smartui-cli-figma.md
index 58e86d2e6..f57901878 100644
--- a/docs/smartui-cli-figma.md
+++ b/docs/smartui-cli-figma.md
@@ -1,6 +1,6 @@
---
id: smartui-cli-figma
-title: Getting started with Lambdatest's Smart UI Figma CLI
+title: Getting started with Lambdatest's SmartUI Figma CLI
sidebar_label: Figma CLI
description: In this documentation, learn how to perform Visual Testing of your Figma files using command line interface using SmartUI CLI.
keywords:
@@ -96,7 +96,7 @@ The first step is to create a project with the application in which we will comb
### **Step 1**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI CLI` in your repository/folder.
+Install required NPM modules for `LambdaTest SmartUI CLI` in your repository/folder.
```bash
npm install @lambdatest/smartui-cli
@@ -274,7 +274,7 @@ steps:
### View SmartUI Results
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-cli-upload.md b/docs/smartui-cli-upload.md
index 5417c4854..54fbed885 100644
--- a/docs/smartui-cli-upload.md
+++ b/docs/smartui-cli-upload.md
@@ -69,7 +69,7 @@ The first step is to create a project with the application in which we will comb
## Step 1: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI CLI` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI CLI` in your **Frontend** project.
```bash
npm install @lambdatest/smartui-cli
@@ -162,7 +162,7 @@ The following are supported `CLI (Command Line Interface)` options for Visual Re
## View SmartUI Results
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
## Fetch results
diff --git a/docs/smartui-cli.md b/docs/smartui-cli.md
index ad8f935eb..44989748e 100644
--- a/docs/smartui-cli.md
+++ b/docs/smartui-cli.md
@@ -77,7 +77,7 @@ The first step is to create a project with the application in which we will comb
## Step 1: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI CLI` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI CLI` in your **Frontend** project.
```bash
npm install @lambdatest/smartui-cli
@@ -325,7 +325,7 @@ The following are supported `CLI (Command Line Interface)` options for Visual Re
### View SmartUI Results
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-cypress-sdk.md b/docs/smartui-cypress-sdk.md
index c8163ba53..bcabadf43 100644
--- a/docs/smartui-cypress-sdk.md
+++ b/docs/smartui-cypress-sdk.md
@@ -84,7 +84,7 @@ cd smartui-cypress-sdk-sample
```
### **Step 2**: Install the Dependencies
-1. Install required NPM modules for `LambdaTest Smart UI Cypress SDK` in your **Frontend** project.
+1. Install required NPM modules for `LambdaTest SmartUI Cypress SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli @lambdatest/cypress-driver cypress@v13
@@ -231,7 +231,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Cypress tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-draw-on-ui.md b/docs/smartui-draw-on-ui.md
index 56b0bd775..d1f9e122c 100644
--- a/docs/smartui-draw-on-ui.md
+++ b/docs/smartui-draw-on-ui.md
@@ -76,7 +76,7 @@ By utilizing ignored/selected regions, you can keep your test results focused on
- **Applicable for Every Project Type:** This feature is compatible with every project type, efficiently handling dynamic data where code-based ignore/select is not supported.
-## Steps to Implement Smart UI Annotation Tool
+## Steps to Implement SmartUI Annotation Tool
**Step 1:** Click on the **Actions** button to configure areas.
diff --git a/docs/smartui-freeze-animations.md b/docs/smartui-freeze-animations.md
index a35343507..38edbca46 100644
--- a/docs/smartui-freeze-animations.md
+++ b/docs/smartui-freeze-animations.md
@@ -37,7 +37,7 @@ slug: smartui-freeze-animations/
})
}}
>
-Animations, while visually appealing, can pose challenges during visual testing by causing false positives in visual diffs. These false positives often arise because animations can create minor variations between screenshots, even when there are no actual changes to the content. To address this, LambdaTest Smart UI provides the capability to automatically freeze animations during visual testing, ensuring consistent and reliable test results.
+Animations, while visually appealing, can pose challenges during visual testing by causing false positives in visual diffs. These false positives often arise because animations can create minor variations between screenshots, even when there are no actual changes to the content. To address this, LambdaTest SmartUI provides the capability to automatically freeze animations during visual testing, ensuring consistent and reliable test results.
## Freezing SVG Animations
Consider an SVG element on your page with a loading animation that spins using the transform attribute. To freeze this animation, you can add the following custom JavaScript to your page before taking a screenshot:
diff --git a/docs/smartui-github-app-integration.md b/docs/smartui-github-app-integration.md
index e80321f1f..6011085aa 100644
--- a/docs/smartui-github-app-integration.md
+++ b/docs/smartui-github-app-integration.md
@@ -94,7 +94,7 @@ const capabilities: {
platform: "Windows 10",
browserName: "chrome",
version: "latest",
- "smartUI.project": "Smart UI sample test",
+ "smartUI.project": "SmartUI sample test",
// highlight-start
github: {
diff --git a/docs/smartui-handle-sticky-elements.md b/docs/smartui-handle-sticky-elements.md
index 08843847b..58ec5a128 100644
--- a/docs/smartui-handle-sticky-elements.md
+++ b/docs/smartui-handle-sticky-elements.md
@@ -2,7 +2,7 @@
id: smartui-handle-sticky-elements
title: Handle Pages with Sticky Elements
sidebar_label: Handle Sticky Elements
-description: Ensure accurate visual testing with LambdaTest Smart UI by effectively handling sticky elements. Prevent false positives and maintain consistency across visual snapshots.
+description: Ensure accurate visual testing with LambdaTest SmartUI by effectively handling sticky elements. Prevent false positives and maintain consistency across visual snapshots.
keywords:
- lambdatest
- smart ui
diff --git a/docs/smartui-k6-setup.md b/docs/smartui-k6-setup.md
index e9323512a..804c7dd80 100644
--- a/docs/smartui-k6-setup.md
+++ b/docs/smartui-k6-setup.md
@@ -1,6 +1,6 @@
---
id: smartui-k6-setup
-title: Getting started with Smart UI using K6
+title: Getting started with SmartUI using K6
sidebar_label: K6
description: In this documentation, learn how to perform Visual Regression testing with K6 on the LambdaTest Automation Cloud across 40+ browser versions.
keywords:
@@ -141,7 +141,7 @@ export default async function () {
'tunnel': false, // Add tunnel configuration if testing locally hosted webpage
'tunnelName': '', // Optional
'geoLocation': '', // country code can be fetched from https://www.lambdatest.com/capabilities-generator/
- 'smartUIProjectName': 'K6_Test_Sample', // Add the required Smart UI Project name
+ 'smartUIProjectName': 'K6_Test_Sample', // Add the required SmartUI Project name
},
};
diff --git a/docs/smartui-pdf-api-upload.md b/docs/smartui-pdf-api-upload.md
index b919b2381..0e066c101 100644
--- a/docs/smartui-pdf-api-upload.md
+++ b/docs/smartui-pdf-api-upload.md
@@ -45,7 +45,7 @@ import TabItem from '@theme/TabItem';
This functionality is exclusive to our enterprise plan subscribers on SmartUI. For additional details or inquiries, please [contact us](https://www.lambdatest.com/demo).
:::
-## Prerequisites for Using Smart UI
+## Prerequisites for Using SmartUI
- Familiarity with HTTP APIs is essential.
- Visit the [`LambdaTest SmartUI`](https://smartui.lambdatest.com/) page and log in with your credentials.
diff --git a/docs/smartui-pdf-cli-upload.md b/docs/smartui-pdf-cli-upload.md
index 1375a5500..d2feb71ea 100644
--- a/docs/smartui-pdf-cli-upload.md
+++ b/docs/smartui-pdf-cli-upload.md
@@ -46,7 +46,7 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
This functionality is exclusive to our enterprise plan subscribers on SmartUI. For additional details or inquiries, please [contact us](https://www.lambdatest.com/demo).
:::
-## Prerequisites for Using Smart UI
+## Prerequisites for Using SmartUI
- Familiarity with command-line tools is essential.
- Visit the [`LambdaTest SmartUI`](https://smartui.lambdatest.com/) page and log in with your credentials.
diff --git a/docs/smartui-playwright-java-sdk.md b/docs/smartui-playwright-java-sdk.md
index 1e5ab3609..a5ede087a 100644
--- a/docs/smartui-playwright-java-sdk.md
+++ b/docs/smartui-playwright-java-sdk.md
@@ -86,7 +86,7 @@ Download or Clone the code sample for the Java from the LambdaTest GitHub reposi
### Step 3: Install the Dependencies
-Update your dependencies in `pom.xml` file Install required modules for LambdaTest Smart UI SDK in your frontend project.
+Update your dependencies in `pom.xml` file Install required modules for LambdaTest SmartUI SDK in your frontend project.
```bash
npm i @lambdatest/smartui-cli @lambdatest/playwright-driver playwright
@@ -197,7 +197,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Playwright tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-playwright-python-sdk.md b/docs/smartui-playwright-python-sdk.md
index fecd670cf..9c3827300 100644
--- a/docs/smartui-playwright-python-sdk.md
+++ b/docs/smartui-playwright-python-sdk.md
@@ -99,7 +99,7 @@ source venv/bin/activate
### Step 2: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI Playwright Python SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI Playwright Python SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli
@@ -236,7 +236,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Playwright tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-playwright-sdk.md b/docs/smartui-playwright-sdk.md
index 8f605a946..82d8b621d 100644
--- a/docs/smartui-playwright-sdk.md
+++ b/docs/smartui-playwright-sdk.md
@@ -82,7 +82,7 @@ cd smartui-playwright-sample/sdk
```
### Step 2: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI Playwright SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI Playwright SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli @lambdatest/playwright-driver playwright
@@ -215,7 +215,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Playwright tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-puppeteer-sdk.md b/docs/smartui-puppeteer-sdk.md
index 1f45462af..a93af5334 100644
--- a/docs/smartui-puppeteer-sdk.md
+++ b/docs/smartui-puppeteer-sdk.md
@@ -84,7 +84,7 @@ cd smartui-puppeteer-sample/sdk
```
### **Step 2**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI Puppeteer SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI Puppeteer SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli @lambdatest/puppeteer-driver puppeteer
@@ -193,7 +193,7 @@ const { smartuiSnapshot } = require('@lambdatest/puppeteer-driver'); // Assuming
// Navigate to the desired URL
await page.goto('https://www.lambdatest.com');
- // Take a screenshot with Smart UI. Replace "LT-Home" with a relevant name for your use case
+ // Take a screenshot with SmartUI. Replace "LT-Home" with a relevant name for your use case
await smartuiSnapshot(page, "LT-Home");
// Close the browser
@@ -217,7 +217,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Puppeteer tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
@@ -455,7 +455,7 @@ const { smartuiSnapshot } = require('@lambdatest/puppeteer-driver');
await quickScrollToBottom(100); // Adjust the wait time as needed
- // Taking a screenshot with Smart UI
+ // Taking a screenshot with SmartUI
await smartuiSnapshot(page, "Screenshot Name");
} finally {
diff --git a/docs/smartui-running-your-first-project.md b/docs/smartui-running-your-first-project.md
index 9aa9de06b..a8b299a0a 100644
--- a/docs/smartui-running-your-first-project.md
+++ b/docs/smartui-running-your-first-project.md
@@ -205,6 +205,6 @@ npx smartui --config .smartui.json exec -- mvn test -D suite=sdk-cloud.xml
You may use the `npx smartui --help` command in case you are facing issues during the execution of SmartUI commands in the CLI.
:::
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
\ No newline at end of file
diff --git a/docs/smartui-sdk-config-options.md b/docs/smartui-sdk-config-options.md
index 29a7257d0..299b990c5 100644
--- a/docs/smartui-sdk-config-options.md
+++ b/docs/smartui-sdk-config-options.md
@@ -320,7 +320,7 @@ For additional information about SmartUI APIs please explore the documentation [
diff --git a/docs/smartui-selenium-java-sdk.md b/docs/smartui-selenium-java-sdk.md
index 1fad5b8d4..89d7e04b0 100644
--- a/docs/smartui-selenium-java-sdk.md
+++ b/docs/smartui-selenium-java-sdk.md
@@ -99,7 +99,7 @@ You can check the latest version of [lambdatest-java-sdk]( https://mvnrepository
:::
### **Step 3**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI Selenium SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI Selenium SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli
@@ -235,7 +235,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Selenium tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-selenium-js-sdk.md b/docs/smartui-selenium-js-sdk.md
index 37089457b..109815cfc 100644
--- a/docs/smartui-selenium-js-sdk.md
+++ b/docs/smartui-selenium-js-sdk.md
@@ -84,7 +84,7 @@ cd smartui-node-sample/sdk
```
### **Step 2**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI Selenium SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI Selenium SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli @lambdatest/selenium-driver selenium-webdriver
@@ -212,7 +212,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Selenium tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-selenium-python-sdk.md b/docs/smartui-selenium-python-sdk.md
index 9050e78dd..2b9642997 100644
--- a/docs/smartui-selenium-python-sdk.md
+++ b/docs/smartui-selenium-python-sdk.md
@@ -101,7 +101,7 @@ source venv/bin/activate
### **Step 2**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI Selenium SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI Selenium SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli
@@ -227,7 +227,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Selenium tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-selenium-ruby-sdk.md b/docs/smartui-selenium-ruby-sdk.md
index 41935881b..ab6c218d9 100644
--- a/docs/smartui-selenium-ruby-sdk.md
+++ b/docs/smartui-selenium-ruby-sdk.md
@@ -84,7 +84,7 @@ cd smartui-ruby-selenium-sample/sdk
```
### **Step 2**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI Selenium SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI Selenium SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli
@@ -210,7 +210,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your Selenium tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-storybook-integration.md b/docs/smartui-storybook-integration.md
index dd6a6e564..832413901 100644
--- a/docs/smartui-storybook-integration.md
+++ b/docs/smartui-storybook-integration.md
@@ -1,6 +1,6 @@
---
id: smart-ui-storybook
-title: Getting started with Smart UI using Storybook On LambdaTest
+title: Getting started with SmartUI using Storybook On LambdaTest
description: In this documentation, learn how to perform Visual UI Testing with Storybook on the LambdaTest Automation Cloud across 40+ browser versions.
keywords:
- Visual Regression
@@ -85,7 +85,7 @@ git clone https://github.com/LambdaTest/smartui-storybook-sample.git
### **Step 1**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI StoryBook CLI` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI StoryBook CLI` in your **Frontend** project.
```bash
npm install @lambdatest/smartui-storybook -g
@@ -331,7 +331,7 @@ The following are supported `CLI (Command Line Interface)` options for Visual Re
### **Step 6:** View SmartUI Results
-You can now see the Smart UI dashboard to view the results. Can also identify the mis-matches from the existing `Baseline` build.
+You can now see the SmartUI dashboard to view the results. Can also identify the mis-matches from the existing `Baseline` build.
@@ -351,7 +351,7 @@ For additional information about SmartUI APIs please explore the documentation [
diff --git a/docs/smartui-wdio-sdk.md b/docs/smartui-wdio-sdk.md
index 76ea5bc79..820a10c46 100644
--- a/docs/smartui-wdio-sdk.md
+++ b/docs/smartui-wdio-sdk.md
@@ -83,7 +83,7 @@ cd smartui-wdio-sample
```
### **Step 2**: Install the Dependencies
-Install required NPM modules for `LambdaTest Smart UI WebdriverIO SDK` in your **Frontend** project.
+Install required NPM modules for `LambdaTest SmartUI WebdriverIO SDK` in your **Frontend** project.
```bash
npm i @lambdatest/smartui-cli @lambdatest/wdio-driver webdriverio wdio-lambdatest-service
@@ -211,7 +211,7 @@ You may use the `npx smartui --help` command in case you are facing issues durin
You have successfully integrated SmartUI SDK with your WebdriverIO tests. Visit your SmartUI project to view builds and compare snapshots between different test runs.
-You can see the Smart UI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
+You can see the SmartUI dashboard to view the results. This will help you identify the Mismatches from the existing `Baseline` build and do the required visual testing.
diff --git a/docs/smartui-with-azure.md b/docs/smartui-with-azure.md
index d1446097f..9e9368740 100644
--- a/docs/smartui-with-azure.md
+++ b/docs/smartui-with-azure.md
@@ -101,6 +101,6 @@ jobs:
### Step 5: Check the output
-- After triggering the workflow, check your results in the [Smart UI Dashboard](https://smartui.lambdatest.com/projects)
+- After triggering the workflow, check your results in the [SmartUI Dashboard](https://smartui.lambdatest.com/projects)
\ No newline at end of file
diff --git a/docs/smartui-with-bitbucket.md b/docs/smartui-with-bitbucket.md
index 768f0f245..52bce500a 100644
--- a/docs/smartui-with-bitbucket.md
+++ b/docs/smartui-with-bitbucket.md
@@ -76,6 +76,6 @@ You can also store your *LT_USERNAME*, *LT_ACCESS_KEY* and *PROJECT_TOKEN* as se
### Step 3: Check the output
-- After triggering the workflow, check your results in the [Smart UI Dashboard](https://smartui.lambdatest.com/projects)
+- After triggering the workflow, check your results in the [SmartUI Dashboard](https://smartui.lambdatest.com/projects)
\ No newline at end of file
diff --git a/docs/smartui-with-buildkite.md b/docs/smartui-with-buildkite.md
index f14f80279..18a44cde7 100644
--- a/docs/smartui-with-buildkite.md
+++ b/docs/smartui-with-buildkite.md
@@ -90,6 +90,6 @@ steps:
### Step 5: Check the output
-- After triggering the workflow, check your results in the [Smart UI Dashboard](https://smartui.lambdatest.com/projects)
+- After triggering the workflow, check your results in the [SmartUI Dashboard](https://smartui.lambdatest.com/projects)
\ No newline at end of file
diff --git a/docs/smartui-with-circle-ci.md b/docs/smartui-with-circle-ci.md
index d6418c7c5..942b12184 100644
--- a/docs/smartui-with-circle-ci.md
+++ b/docs/smartui-with-circle-ci.md
@@ -98,6 +98,6 @@ workflows:
### Step 5: Check the output
-- After triggering the workflow, check your results in the [Smart UI Dashboard](https://smartui.lambdatest.com/projects)
+- After triggering the workflow, check your results in the [SmartUI Dashboard](https://smartui.lambdatest.com/projects)
\ No newline at end of file
diff --git a/docs/smartui-with-github-actions.md b/docs/smartui-with-github-actions.md
index 73a057a2f..b491ce1f1 100644
--- a/docs/smartui-with-github-actions.md
+++ b/docs/smartui-with-github-actions.md
@@ -74,7 +74,7 @@ To run the new pipeline that you just created, click the **Run workflow** button
-> Check your output in the [Smart UI Dashboard](https://smartui.lambdatest.com/projects)
+> Check your output in the [SmartUI Dashboard](https://smartui.lambdatest.com/projects)