Skip to content

CLI Tool

The Qualflare CLI (qf) is a command-line tool that uploads test results from your CI/CD pipeline to Qualflare. It supports 20+ testing frameworks across unit tests, BDD, UI/E2E, API testing, and security tools.

Features

  • Auto-detection: Automatically detects test framework from file patterns
  • Multi-format support: Parse JUnit, pytest, Go test, Jest, Mocha, RSpec, Playwright, Cypress, Newman, k6, and more
  • CI/CD integration: Environment variables and Git metadata enrichment
  • Validation: Validate test result files before uploading
  • Dry-run mode: Preview parsed results without uploading

Quick Start

bash
# Install (see [Installation](/cli/installation) for details)
brew install qualflare/tap/qf

# Upload test results
qf upload results.xml --project my-app --api-key YOUR_API_KEY

Commands

CommandDescription
uploadUpload test results to Qualflare
validateValidate test result files without uploading
list-formatsList all supported test frameworks
versionDisplay CLI version information

Next Steps