What problem does it solve?
Plan, review, or improve Kotlin Cucumber / BDD tests: decide when Cucumber fits, structure feature files, step definitions, hooks, fixtures, and Kotlin helpers, and keep domain language readable without coupling steps to implementation details. Use when the request explicitly centers on Kotlin Cucumber, Kotlin BDD, feature files, step definitions, hooks, or executable-specification tests and reviews.
Core Features & Use Cases
- Plan, structure, and review Kotlin Cucumber tests to ensure readability, maintainability, and proper separation of concerns between business rules and implementation.
- Organize hooks, shared fixtures, and scenario state with explicit scoping to avoid cross-scenario leakage.
- Provide Kotlin-specific guidance that improves glue code while keeping feature files in a business-readable language.
Quick Start
Plan and review Kotlin Cucumber tests by keeping domain language readable, defining clear step definitions, and organizing hooks and fixtures per scenario.