qawolf/cli
QA Wolf from anywhere — your terminal, your CI, your AI agent.
What it solves
QA Wolf CLI provides a way to run and manage automated testing "flows" locally or within CI/CD pipelines, bridging the gap between the cloud-based QA Wolf platform and a developer's local environment.
How it works
The CLI interacts with the QA Wolf platform to authenticate users and pull testing flows. It manages a local cache of these flows and their required runtime dependencies (like browser runtimes) to execute tests locally. It also includes a Runner SDK for developers who prefer to drive interactive runners via TypeScript rather than shell commands.
Who it’s for
QA engineers and developers who use the QA Wolf platform for AI-powered test generation and managed execution, but need to run tests locally for faster iteration or integrate them into their own CI pipelines.
Highlights
- Local Execution: Run and pull flows from the platform to a local cache for execution.
- Agent Integration: Includes a
qawolf-cliAgent Skill that allows AI agents (like Claude Code, Cursor, and GitHub Copilot) to interact with the CLI. - Runner SDK: A TypeScript SDK to programmatically control runners without spawning shell commands.
- Cross-Platform Support: Available as an npm package or as standalone binaries for Linux, macOS, and Windows.
Related
- Project
- Project
- Project
- Project
- Project