We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28febed commit ce76fc0Copy full SHA for ce76fc0
packages/cli/README.md
@@ -37,6 +37,9 @@ The **SmartUI-CLI** allows you to capture visual snapshots of your web applicati
37
$ npm install smartui-cli
38
```
39
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.
42
+
43
## Commands
44
- `npx smartui exec` - Capture DOM assets for visual testing across multiple browsers and resolutions.
45
- `npx smartui capture` - Bulk capture static URLs for visual testing.
0 commit comments