You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started-with-hyperexecute.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
id: getting-started-with-hyperexecute
3
-
title: Getting started with Hyperexecute
3
+
title: Getting started with HyperExecute
4
4
hide_title: false
5
5
sidebar_label: HyperExecute
6
6
description: Get started with HyperExecute on LambdaTest for faster web automation tests using Matrix and Auto-Split strategies. Test with Selenium languages at high speeds.
@@ -55,7 +55,7 @@ LambdaTest provides a robust and versatile Selenium Automation Grid, designed to
55
55
56
56
## Supported Languages and Frameworks
57
57
58
-
<SupportedLanguage />
58
+
<SeleniumSupportedLanguage />
59
59
60
60
:::tip Note
61
61
We support all languages and frameworks that are compatible with Selenium, so in case your favorite isn't in the table.<br/>Don't worry, you can still run the test. <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Contact Us</span> for any help.
@@ -51,7 +51,7 @@ import SupportedLanguage from '../src/component/SupportedLanguage';
51
51
></script>
52
52
Out of the box, LambdaTest supports multiple languages under Selenium testing frameworks
53
53
54
-
<SupportedLanguage />
54
+
<SeleniumSupportedLanguage />
55
55
56
56
<divclassName="lt-framework-list-footer">
57
57
<p>In case your favorite framework or tool isn't listed here, just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Shout Out Here</span>.
title: Smart Visual Regression Testing Using LambdaTest
4
-
hide_title: true
3
+
title: Getting started with SmartUI
4
+
hide_title: false
5
5
sidebar_label: Visual Regression
6
6
description: Experience Visual Regression Testing at its finest with SmartUI by LambdaTest. Automate UI changes tracking for precision, collaboration, and scalability on the cloud. Optimize your testing journey now!
7
7
keywords:
@@ -20,6 +20,11 @@ site_name: LambdaTest
20
20
slug: smart-visual-regression-testing/
21
21
---
22
22
23
+
import Tabs from '@theme/Tabs';
24
+
import TabItem from '@theme/TabItem';
25
+
import SmartUIHooksSupportedLanguage from '../src/component/SupportedLanguages/SmartUIHooksSupportedLanguage';
26
+
import SmartUISDKSupportedLanguage from '../src/component/SupportedLanguages/SmartUISDKSupportedLanguage';
Welcome to SmartUI, an innovative tool by LambdaTest that integrates the robustness of cloud-based platforms with the accuracy of Visual Regression Testing (VRT). SmartUI revolutionizes your digital experience by automating the process of identifying and tracking visual changes in the user interface (UI) over time. As technology progresses and your UI continues to evolve, SmartUI is designed to provide precision, collaboration, and scalability.
SmartUI is a visual testing tool that helps in identifying visual regressions in web applications. It uses advanced image comparison techniques to detect differences between baseline images and those captured during subsequent test runs.
58
52
59
53
<divclassName="support_main">
60
54
<a href="/support/docs/smartui-cli/">
@@ -63,48 +57,12 @@ Welcome to SmartUI, an innovative tool by LambdaTest that integrates the robustn
63
57
<p>Learn how to perform Visual UI Testing using command line interface.</p>
Upload Comparison Images. Please note that you cannot upload comparison images before uploading a baseline. Once you have uploaded the baseline image, below are the steps to upload a comparison image.
185
-
186
-
**Step 1:** Click on the baseline image you want to run a comparison with.
187
-
188
-
**Step 2:** On the right, you will find the Upload Comparison Image button. Click on it to upload images.
**Step 1:** Once you have uploaded the comparison images, running the comparison is pretty simple. Just click on the Run button on the comparison image thumbnail.
**Step 2:** You can also click on compare all button.
205
-
206
-
<img loading="lazy" src={require('../assets/images/smart-visual-testing/smart-visual-testing-8.webp').default} alt="Compare All Images" width="1440" height="791" className="doc_img"/>
207
-
208
-
## View Comparison and Issues
209
-
210
-
Once you have run the comparison between baseline and comparison images, you can check the issues by clicking on the View issues button on the comparison image.
211
-
212
-
<img loading="lazy" src={require('../assets/images/smart-visual-testing/smart-visual-testing-9.webp').default} alt="comparison between baseline and comparison images" width="1440" height="791" className="doc_img"/>
213
-
214
-
This will take you to a new window with a comparison image. You can zoom-in or Zoom out the images in this window, change the image difference color, switch to slider mode, switch to side-by-side mode, or mark the image as a bug.
215
-
216
-
<img loading="lazy" src={require('../assets/images/smart-visual-testing/smart-visual-testing-10.webp').default} alt="settings used in Image comparison" width="1437" height="745" className="doc_img"/>
217
-
218
-
## Side by Side Mode
219
-
220
-
There are multiple options for you to view your images. The side by side mode will open all three images, baseline image, comparison image, and comparison result image in a single window. In this mode, you can also mark the image as a bug. Or you can switch to any other mode.
221
-
222
-
<img loading="lazy" src={require('../assets/images/smart-visual-testing/smart-visual-testing-11.webp').default} alt="Side by Side Image Comparison" width="1438" height="750" className="doc_img"/>
223
-
224
-
## Slider Mode
225
-
226
-
In slider mode, you can view the baseline image and comparison image overlapped over each other and toggle them with a slider. This mode can help you view the difference between the two images very easily.
You can change the baseline or comparison image easily. Just click on the settings button at the bottom of the image thumbnail. You would see multiple options like View Image Details, Replace Image, Rename Image, and Delete Image.
<p>In case your favorite framework or tool isn't listed here, just give us a <spanclassName="doc__lt"onClick={()=> window.openLTChatWidget()}>Shout Out Here</span>. <br/>
130
+
In case of any other problems, feel free to <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Contact Us</span>.</p>
0 commit comments