llirikkcoder

BDD Harness Runner — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository