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:
npm i -g qa
To quickly start a new project, run the following commands:
qa login # login or register to the VollQ platform
qa init # initiate API or browser testing for your project
qa test <PROJECT> # run an API or browser test
For details on how to use VollQ CLI, check out our documentation.