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
The **Katalon Studio SmartUI Plugin** integrates [Katalon Studio](https://www.katalon.com/) with [LambdaTest SmartUI](https://www.lambdatest.com/support/docs/smart-visual-regression-testing/), enabling **visual regression testing** directly inside your test automation workflows.
55
+
56
+
With this plugin, you can:
57
+
- Capture screenshots at any point in your test flow
58
+
- Compare them with visual baselines
59
+
- Detect UI changes early in your CI/CD pipeline
60
+
61
+
---
62
+
63
+
## Features
64
+
65
+
- **Visual Snapshots** — capture UI snapshots during test execution.
66
+
- **Baseline Comparison** — automatically compare snapshots against stored baselines in SmartUI.
- **SmartUI Dashboard** — view diffs, approve/reject changes, and track regressions over time.
69
+
70
+
---
71
+
72
+
## Installation
73
+
74
+
### Option 1: Install via Katalon Store (Recommended)
75
+
76
+
1. Open [Katalon Store](https://store.katalon.com/).
77
+
2. Search for **“SmartUI”** or browse under *Plugins > Integrations*.
78
+
3. Click **Install** to add the plugin to your Katalon Studio instance.
79
+
80
+
### Option 2: Manual Installation via JAR
81
+
82
+
1. Download the latest `katalon-studio-smartui-plugin.jar` from the [official release page](https://github.com/LambdaTest/katalon-studio-smartui-plugin/releases) (if available).
83
+
2. In Katalon Studio, go to **Project > Settings > Plugins > Import Plugin**.
84
+
3. Select the downloaded `.jar` file and click **Import**.
85
+
86
+
---
87
+
88
+
## Configuration & Usage
89
+
90
+
### Step 1: Create a SmartUI Project
91
+
92
+
1. Go to [SmartUI Projects Page](https://smartui.lambdatest.com/).
93
+
2. Click **New Project**.
94
+
3. Select platform as **CLI** (for Katalon integration).
95
+
4. Enter project name, approvers, and tags (optional).
96
+
5. Click **Submit** and copy your **Project Token** from the dashboard.
97
+
98
+
> Your Project Token will be used to authenticate screenshot uploads to SmartUI.
99
+
100
+
---
101
+
102
+
### Step 2: Set Environment Variable
103
+
104
+
In your Katalon project, set the `PROJECT_TOKEN` environment variable:
105
+
106
+
#### Via Project Settings:
107
+
1. Go to **Project > Settings > Execution > Profiles**.
108
+
2. Under your active profile, add a new environment variable:
0 commit comments