VollQ CLI
npm install qa
The VollQ provides a CLI tool that gives you access to all your tests within the VollQ platform.
To install the latest version of VollQ CLI, run this command:
``sh`
npm i -g qa
To quickly start a new project, run the following commands:
`sh``
qa login # login or register to the VollQ platform
qa init # initiate API or browser testing for your project
qa test
For details on how to use VollQ CLI, check out our documentation.