Skip to content

Commit e1b1d54

Browse files
committed
Added storylane demo to the docs
1 parent badb26e commit e1b1d54

File tree

5 files changed

+29
-14
lines changed

5 files changed

+29
-14
lines changed

docs/appium-visual-regression.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ import NewTag from '../src/component/newTag';
5252

5353
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.
5454

55+
<div className="storylane-iframe">
56+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
57+
<div className="sl-embed">
58+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/pmuhutnb9ixb?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
59+
</div>
60+
</div>
61+
5562
## Prerequisites for SmartUI with App Automation
5663

5764
- 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.

docs/smartui-cli.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,15 @@ import NewTag from '../src/component/newTag';
4949
}}
5050
></script>
5151

52-
Welcome to the LambdaTest SmartUI CLI documentation!
53-
5452
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.
5553

54+
<div className="storylane-iframe">
55+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
56+
<div className="sl-embed">
57+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/7vwai2zbxhzm?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
58+
</div>
59+
</div>
60+
5661
## Prerequisites for running SmartUI CLI
5762

5863
- Basic understanding of Command Line Interface is required.

docs/smartui-draw-on-ui.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ The SmartUI Annotation tool allows you to interact directly with your screenshot
5353

5454
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.
5555

56+
<div className="storylane-iframe">
57+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
58+
<div className="sl-embed">
59+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/j5uyv2ol9axz?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
60+
</div>
61+
</div>
62+
5663
## Key Features of Annotation Tool
5764

5865
- **Drawing Over Screenshots:** Easily draw on compared screenshots to ignore/select specific elements, enhancing clarity and focus.

docs/smartui-pdf-comparison.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,7 @@ In the following section, we will walk you through the process of conducting you
6262

6363
## Getting Started with PDF Comparison
6464

65-
<iframe
66-
src="https://app.storylane.io/share/czorj4fbzohf"
67-
width="100%"
68-
height="100%"
69-
allowFullScreen
70-
loading="lazy"
71-
importance="low"
72-
title="LambdaTest Automation Testing Demo"
73-
className="storylane-iframe"
74-
></iframe>
65+
7566

7667

7768
<div className="storylane-iframe">

docs/smartui-smartignore.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ slug: smartui-smartignore/
1717
# Ignoring Displacement Differences using Smart Ignore
1818
---
1919

20-
## Introduction
21-
2220
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.
2321

22+
<div className="storylane-iframe">
23+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
24+
<div className="sl-embed">
25+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/pzvjh5ij6xpd?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
26+
</div>
27+
</div>
28+
2429
### Key Features of Smart Ignore
2530

2631
#### 1. Displacement-Aware Comparison:

0 commit comments

Comments
 (0)