@sqrt.app/sqrt
v0.1.16
Published
## [Documentation][1] | [API reference][2]
Downloads
1
Keywords
Readme
SQRT.app
Documentation | API reference
SQRT.app is a low-code framework for Web Testing and Automation. SQRT is built to enable web automation that is ever-green, capable, reliable and fast.
Installation
NPM
npm i @sqrt.app/sqrt
YARN
yarn add @sqrt.app/sqrt
pNPM
pnpm add @sqrt.app/sqrt
Launching
You can start instance using standalone or detach mode.
- Standalone(default) mode is launching in your console and stops when you breaks backend execution.
sqrt start
- Detach mode is using daemon process (aka docker). It's highly recommended to use it when you need console for further execution.
sqrt start --daemon
For the stop daemon process you can use down
command.
sqrt down
You can read more about command line API