diff --git a/docs/html-dom-smartui-options.md b/docs/html-dom-smartui-options.md index fc377a54..7fe6af6b 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 926d828a..89e6d6ec 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 e137712c..e7e97726 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 1af64a3d..0b2f0173 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 6ed46940..263830c4 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 58e86d2e..f5790187 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 d3e5d6cb..61c781c0 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 00a3b823..3429a502 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 df15d72d..3a09b24b 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 56b0bd77..d1f9e122 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 a3534350..38edbca4 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 e80321f1..6011085a 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 1ed50ba9..863e3ef8 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: Learn how SmartUI automatically handles sticky elements (headers, footers, navigation bars) in visual regression tests to prevent false positives from overlapping content.
+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 0d3b1a01..d069e4b9 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 afed51d4..dec788b6 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 bef4c536..4ed7ed08 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 fa176d58..142e8a4f 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 6e178403..dc2292d0 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 ebbe8e24..96314506 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 dcf92c0d..76a51a55 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 872705e8..95a4c1ed 100644
--- a/docs/smartui-running-your-first-project.md
+++ b/docs/smartui-running-your-first-project.md
@@ -205,7 +205,7 @@ 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.
diff --git a/docs/smartui-sdk-config-options.md b/docs/smartui-sdk-config-options.md
index 29a7257d..299b990c 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 72e4a77f..079a842a 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 42f4d785..7ea48b63 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 b43f896b..4e29985e 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 43faf5fe..7be7b861 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 9bbcac42..f61b8c17 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 92dc5b91..a7d9aad6 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 7588e746..be07861a 100644
--- a/docs/smartui-with-azure.md
+++ b/docs/smartui-with-azure.md
@@ -101,7 +101,7 @@ 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)
diff --git a/docs/smartui-with-bitbucket.md b/docs/smartui-with-bitbucket.md
index 7b238e00..da8cd676 100644
--- a/docs/smartui-with-bitbucket.md
+++ b/docs/smartui-with-bitbucket.md
@@ -76,7 +76,7 @@ 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)
diff --git a/docs/smartui-with-buildkite.md b/docs/smartui-with-buildkite.md
index b4f0e67a..5e672c9f 100644
--- a/docs/smartui-with-buildkite.md
+++ b/docs/smartui-with-buildkite.md
@@ -90,7 +90,7 @@ 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)
diff --git a/docs/smartui-with-circle-ci.md b/docs/smartui-with-circle-ci.md
index e0fb33b9..08687a53 100644
--- a/docs/smartui-with-circle-ci.md
+++ b/docs/smartui-with-circle-ci.md
@@ -98,7 +98,7 @@ 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)
diff --git a/docs/smartui-with-github-actions.md b/docs/smartui-with-github-actions.md
index ad82d758..3e4853c1 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)
## Best Practices
diff --git a/docs/smartui-with-gitlab.md b/docs/smartui-with-gitlab.md
index 317c1900..1e356f9c 100644
--- a/docs/smartui-with-gitlab.md
+++ b/docs/smartui-with-gitlab.md
@@ -76,7 +76,7 @@ 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)
diff --git a/docs/smartui-with-semaphore.md b/docs/smartui-with-semaphore.md
index 3b46bdb9..d5d702cb 100644
--- a/docs/smartui-with-semaphore.md
+++ b/docs/smartui-with-semaphore.md
@@ -70,7 +70,7 @@ 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)
diff --git a/docs/smartui-with-travis-ci.md b/docs/smartui-with-travis-ci.md
index 538640ec..c73cfb11 100644
--- a/docs/smartui-with-travis-ci.md
+++ b/docs/smartui-with-travis-ci.md
@@ -89,7 +89,7 @@ script:
### 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)
diff --git a/docs/test-settings-options.md b/docs/test-settings-options.md
index 05f32bc2..5945eefb 100644
--- a/docs/test-settings-options.md
+++ b/docs/test-settings-options.md
@@ -58,7 +58,7 @@ let capabilities = {
/* ....Your Selenium capabilities go here */
- "smartUI.project": "