🔧

Cucumber

v1.1.3Apache 2.0

Comprehensive Cucumber BDD testing skills for behavior-driven development with Gherkin syntax.

Installation

Install han binary (required for hooks to work):

curl -fsSL https://han.guru/install.sh | bash

Then install this plugin:

han plugin install cucumber

Overview

Comprehensive Cucumber BDD testing skills for behavior-driven development.

Skills

  • cucumber-fundamentals: Core Cucumber concepts, Gherkin syntax, and feature file structure
  • cucumber-step-definitions: Writing effective step definitions and organizing test code
  • cucumber-best-practices: Cucumber best practices, patterns, and anti-patterns

Installation

bash
han plugin install cucumber

Skills

Hooks

🔧

PostToolUse

Runs immediately after a tool completes successfully. Can validate outputs, log results, or trigger follow-up actions based on tool execution.

han hook run cucumber test-changed --async
🛑

Stop

Runs when the main Claude Code agent has finished responding. Can verify task completion, check quality gates, or ensure documentation requirements are met before the session ends.

han hook run cucumber test --async
🛑

SubagentStop

Runs when a Claude Code subagent (Agent tool call) has finished responding. Can validate subagent outputs, enforce quality standards, or trigger additional workflows after delegated tasks complete.

han hook run cucumber test --async