Agentic QE Framework
Open-source framework for building AI-powered quality engineering agents that author and run tests.
Pricing
Free / Open source
Type
Automation
Languages
Python
// VERDICT
Reach for the Agentic QE Framework when you already work in an AI coding agent and want QE-specialised agents (test generation, coverage analysis, flaky detection) inside that workflow. Skip it when you don't use a coding agent or want a standalone/commercial tool.
Best for
An open-source package of specialised QE agents and skills that plug into your coding agent (works best with Claude Code) via MCP - generating tests, finding coverage gaps and detecting flaky tests from inside your AI dev workflow.
Avoid when
You don't use a coding agent, you want a standalone test runner, or you need a polished commercial platform.
CI/CD fit
MCP package for coding agents - not a standalone CI runner
Languages
Python
Team fit
Teams using AI coding agents · Claude Code users · QE engineers experimenting with agentic workflows
Setup
Maintenance
Learning
Licence
// BEST FOR
- Adding QE-specialised agents to an existing AI coding agent via MCP
- Generating tests (unit/integration/BDD) from inside your dev workflow
- Finding coverage gaps with risk-weighted analysis
- Detecting and analysing flaky tests with AI assistance
- Open-source and free to fork, build and extend
- Teams experimenting with agentic, autonomous QE workflows
// AVOID WHEN
- You don't use an AI coding agent (it plugs into one)
- You want a standalone test runner, not an agent package
- A polished commercial platform with support is required
- You want a GUI rather than a coding-agent/CLI workflow
- Deterministic, non-AI tooling is mandated
- You won't review agent-generated output critically
// QUICK START
# Install and initialise within your coding-agent workflow (MCP), e.g.:
npx agentic-qe init --auto
# then invoke QE agents from your coding agent (works best with Claude Code).// ALTERNATIVES TO CONSIDER
| Tool | Choose it when |
|---|---|
| TestZeus | You want an open-source autonomous testing agent (Hercules) rather than a coding-agent plugin. |
| KushoAI | You want hosted AI generation of API test suites. |
| CodeRabbit | You want AI review of PRs rather than agentic test generation. |
// FEATURES
- Building blocks for plan/act/verify agent loops
- Configurable LLM provider and tool adapters
- Examples and starter agents for common QE tasks
- Self-hosted execution with no managed-service dependency
- Open source under a permissive license
// PROS
- Full transparency — every prompt and tool call is inspectable
- No vendor lock-in or per-seat pricing
- Good fit for teams already running their own LLM infrastructure
- Encourages experimentation with agent design patterns
// CONS
- Early-stage project — small community and limited docs
- Significant engineering effort to operationalise
- No managed runtime, observability, or commercial support
// EXAMPLE QA WORKFLOW
Install the package and connect it to your coding agent via MCP
Invoke QE agents (test generation, coverage, flaky detection)
Review the agent-generated tests and analyses critically
Keep the meaningful output; discard noise
Run generated tests in your normal CI
Iterate as the open-source project evolves
// RELATED QA.CODES RESOURCES
Cheat sheets
Practice
Interview