🔧

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

âš ī¸

Token Usage Notice

Hooks run automatically during Claude Code sessions and their output is sent to the model for processing. This may increase token usage and associated costs. Consider disabling hooks you don't need via han-config.yml.

🛑

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.

npx -y --package @cucumber/cucumber cucumber-js
đŸĒ

PostToolUse:Edit|Write

npx -y --package @cucumber/cucumber cucumber-js ${HAN_FILES}