Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/appium-visual-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ import NewTag from '../src/component/newTag';

Using the LambdaTest platform, perform regression testing in just one click and find Visual UI Regression bugs easily with the help of Smart Testing. This documentation will act as your step-by-step guide in performing successful Visual Regression tests.

<div className="storylane-iframe">
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div className="sl-embed">
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/pmuhutnb9ixb?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>

## Prerequisites for SmartUI with App Automation

- Basic understanding of [appium](https://appium.io/docs/en/2.0/intro/) and remote [WebDriver](https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/) is required.
Expand Down
9 changes: 7 additions & 2 deletions docs/smartui-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,15 @@ import NewTag from '../src/component/newTag';
}}
></script>

Welcome to the LambdaTest SmartUI CLI documentation!

With SmartUI CLI, you can seamlessly perform visual regression testing on the LambdaTest platform using your command line, identifying Visual UI Regression bugs effortlessly. This guide will walk you through the process of running successful Visual Regression tests using SmartUI CLI.

<div className="storylane-iframe">
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div className="sl-embed">
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/7vwai2zbxhzm?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>

## Prerequisites for running SmartUI CLI

- Basic understanding of Command Line Interface is required.
Expand Down
7 changes: 7 additions & 0 deletions docs/smartui-draw-on-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ The SmartUI Annotation tool allows you to interact directly with your screenshot

By utilizing ignored/selected regions, you can keep your test results focused on the truly important changes, streamlining your workflow and saving you time from chasing irrelevant discrepancies.

<div className="storylane-iframe">
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div className="sl-embed">
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/j5uyv2ol9axz?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>

## Key Features of Annotation Tool

- **Drawing Over Screenshots:** Easily draw on compared screenshots to ignore/select specific elements, enhancing clarity and focus.
Expand Down
11 changes: 1 addition & 10 deletions docs/smartui-pdf-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,7 @@ In the following section, we will walk you through the process of conducting you

## Getting Started with PDF Comparison

<iframe
src="https://app.storylane.io/share/czorj4fbzohf"
width="100%"
height="100%"
allowFullScreen
loading="lazy"
importance="low"
title="LambdaTest Automation Testing Demo"
className="storylane-iframe"
></iframe>



<div className="storylane-iframe">
Expand Down
9 changes: 7 additions & 2 deletions docs/smartui-smartignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ slug: smartui-smartignore/
# Ignoring Displacement Differences using Smart Ignore
---

## Introduction

SmartUI's `Smart Ignore` engine is specifically designed to address the challenges that arise when testing dynamic and content-rich web applications. Often, when content is added or removed from a page, it causes other elements to be displaced, leading to numerous false positives in traditional pixel-by-pixel comparisons. Smart Ignore intelligently hides these displacement differences, allowing you to concentrate on actual content changes that impact the user experience.

<div className="storylane-iframe">
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div className="sl-embed">
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/pzvjh5ij6xpd?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>

### Key Features of Smart Ignore

#### 1. Displacement-Aware Comparison:
Expand Down
Loading