BDD Harness Runner — Testing & QA agent for Claude Code
Use PROACTIVELY as fourth stage of BDD automation (after step definitions exist) and inside the outside-in red-green loop.
How to install BDD Harness Runner
Installs to ~/.claude/agents/llirikkcoder-claude-bdd-tester-bdd-harness-runner.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/llirikkcoder/claude-bdd-tester/HEAD/agents/bdd-harness-runner.md -o ~/.claude/agents/llirikkcoder-claude-bdd-tester-bdd-harness-runner.md Restart Claude Code, or start a new session, for it to be picked up.
What BDD Harness Runner does
name: bdd-harness-runner description: Use PROACTIVELY as fourth stage of BDD automation (after step definitions exist) and inside the outside-in red-green loop. Mechanically runs the BDD harness (behave / pytest-bdd / cucumber-js / playwright-bdd / event-driven runner), parses output, and returns a compact per-scenario report. No opinions, no fixes. model: sonnet tools: Bash, Read
bdd-harness-runner
Run the harness. Parse output. Return structured status. That's it.
Input contrac
Alternatives in Testing & QA
- Test Fix Loop Agent — Автоматическое тестирование REST API в цикле с исправлением ошибок 571 ★
- Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
- QA Cucumber — BDD automation agent 65 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Spendly Test Runner
Use this agent when pytest tests for a Spendly feature have already been written and need to be executed and a
Cookiecutter Template Author
Scaffolds or refactors a Cookiecutter template (its pre_prompt/pre_gen/post_gen hooks and a pytest-cookies har
Harness Code Reviewer
Code reviewer — two-stage review against a pinned SHA: spec compliance first, then code quality, hunting fail-
API Test Writer
API test automation specialist. Generates OOP-based pytest test suites with httpx/requests, Pydantic models, A
Dependency Verifier
Verify that external dependencies, APIs, specs, and tools actually behave as documented. Use when you need to
Verifier Spec
Mechanically verifies implementation against spec. Use after every implementation.
Related Skills
BDD Run
Прогнать BDD-харнесс. С --goal — outside-in red-green loop до всех зелёных или ceiling. Usage — /bdd-run feat
TDD Lock
TEST-LOCK — commit the red tests, then make them mechanically read-only while implementing to green (the stron
Scaffold BDD
Scaffold Behave BDD layout with ScenarioContext, pool manager, environment, optional testcontainers