VollQ CLI
raw JSON → 0.1.0 verified Sat Apr 25 auth: no javascript
VollQ CLI is a command-line tool for interacting with the VollQ testing platform, enabling login, project initialization, and test execution for API and browser tests. Currently at version 0.1.0, it is in early development with likely infrequent releases. It differentiates from other test runners by being a dedicated CLI for the VollQ ecosystem, not a general-purpose testing framework. Note: package name 'qa' is a generic namespace on npm which may cause confusion.
Common errors
error Command not found: qa ↓
cause Global installation missing or not in PATH
fix
Run 'npm install -g qa' or use 'npx qa'
error Cannot find module 'qa' ↓
cause Attempting to import as a JavaScript module instead of running as CLI
fix
Use npx or install globally; qa is not a library for import
Warnings
gotcha Package name 'qa' is generic and may conflict with other packages. Use the full name '@vollq/qa' if confusion arises. ↓
fix If issues with naming, install using npm install @vollq/qa (if scope is published).
breaking CLI commands are subject to change with early version. ↓
fix Check documentation for updates before upgrading.
Install
npm install qa yarn add qa pnpm add qa Imports
- qa wrong
import qa from 'qa'correctnpx qa login
Quickstart
npm install -g qa && qa login && qa init