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 **SmartUI-CLI** allows you to capture visual snapshots of your web applications, upload images, and run visual regression tests using [LambdaTest's SmartUI](https://www.lambdatest.com/visual-regression-testing) platform directly from the command line.
6
28
7
29
-[Installation](#installation)
8
-
-[Start using CLI](#start-using-cli)
30
+
-[Commands](#commands)
31
+
-[Documentation](#documentation)
32
+
-[Issues](#issues)
9
33
10
34
## Installation
11
35
12
36
```sh-session
13
-
$ npm install -g @lambdatest/smartui-cli --force
37
+
$ npm install smartui-cli
14
38
```
15
39
16
-
## Start using CLI
40
+
**Note:**
41
+
If you face any problems executing tests with SmartUI-CLI `versions >= v4.x.x`, upgrade your Node.js version to `v20.3` or above.
17
42
18
-
#### Create URL Json file
19
-
```sh-session
20
-
$ smartui config:web-static urls.json
21
-
```
43
+
## Commands
44
+
-`npx smartui exec` - Capture DOM assets for visual testing across multiple browsers and resolutions.
-`npx smartui config` - Creates configuration file according to the usecase.
22
49
23
-
#### Create custom Web Config file
24
-
```sh-session
25
-
$ smartui config:create-web smartui-web.json
26
-
```
50
+
### Documentation
27
51
28
-
#### Configure your Project Token
52
+
In addition to its core functionalities, the SmartUI CLI leverages LambdaTest's cloud infrastructure for robust, scalable visual regression testing across various browsers and devices.
29
53
30
-
Create a new web project from [SmartUI Dashboard](https://smartui.lambdatest.com/) and copy the project token and set on CLI via command
54
+
-[SmartUI Selenium SDK](https://www.lambdatest.com/support/docs/smartui-selenium-java-sdk) - A complete SDK to capture DOM assets for visual tests.
55
+
-[LambdaTest Documentation](https://www.lambdatest.com/support/docs/) - Official LambdaTest documentation for SmartUI and other integrations.
56
+
-[Bulk capturing static URLs with SmartUI](https://www.lambdatest.com/support/docs/smartui-cli/) - Documentation for capturing satatic urls in bulk with SmartUI
57
+
-[Bring your own screenshots](https://www.lambdatest.com/support/docs/smartui-cli-upload/) - Documentation for capturing satatic urls in bulk
58
+
-[Figma CLI](https://www.lambdatest.com/support/docs/smartui-cli-figma/) - Documentation for uploading figma components to SmartUI
0 commit comments