Uilicious CLI is a command-line tool for running and managing UI-licious end-to-end user journey tests. Version 5.1.15 supports Node.js >=10.0.0 and npm >=5.6.0. It allows authentication via access keys or username/password, and test execution with configurable browser, viewport, and dynamic data objects. The CLI is designed for teams with active UI-licious subscriptions, offering both npm and direct binary downloads. It differs from other test runners by tightly integrating with the UI-licious cloud platform.
npm install uilicious-cliVerified import paths — ran on the pinned version, not inferred.
Shows how to run a UI-licious test via CLI with access key authentication.
Obtain a valid access key from UI-licious Studio.
Use `--key` or `UILICIOUS_ACCESSKEY` environment variable.
Enclose the JSON in single quotes and avoid spaces, or use `--dataFile` instead.
Update Node.js to >=10 or use binary downloads from GitHub releases.
Ensure you have an active subscription and a valid access key set via `--key` or `UILICIOUS_ACCESSKEY`.
Regenerate a new access key from UI-licious Studio and use `--key` or `UILICIOUS_ACCESSKEY`.
Run `npm install uilicious-sdk` alongside `uilicious-cli`.