qualityexec-cli
v1.3.0
Published
QualityExec Platform CLI - AI-optimized test execution
Maintainers
Readme
qualityexec-cli
QualityExec Platform CLI - AI-optimized command line interface for test execution.
Installation
npm install -g qualityexec-cliOr use with npx:
npx qualityexec-cli qexec --helpConfiguration
Create .qualityexecrc in your project root:
apiUrl: http://localhost:21010
apiKey: your-api-key
format: json # Use JSON for AI/scriptingOr use environment variables:
export QUALITYEXEC_API_URL=http://localhost:21010
export QUALITYEXEC_API_KEY=your-api-key
export QUALITYEXEC_FORMAT=jsonUsage
For AI Agents (JSON output)
# List all systems
qexec -f json systems list
# Run tests
qexec -f json executions run --system-id 1
# Check status
qexec -f json executions status 123For Humans (text output)
# Pretty printed tables
qexec systems list
# Colored output
qexec executions run --system-id 1Commands
systems- Manage test systemscases- Manage test casesexecutions- Run and monitor test executionsreports- View execution statisticscredentials- Manage credentialshooks- Manage lifecycle hooksconfig- View configuration
Requirements
- Node.js >= 18
License
MIT
