kotlin-cucumber-tests
Installation
SKILL.md
Kotlin Cucumber Tests
Use this skill for Kotlin projects that automate Cucumber scenarios.
When to use
Trigger for work like:
- create or clean up Kotlin Cucumber tests
- review feature files or step definitions for BDD quality
- organize hooks, shared fixtures, or scenario state in Cucumber JVM
- decide whether a behavior should live in Cucumber, integration tests, or unit tests
- fix Kotlin-specific Cucumber glue design
Do not use this skill for generic unit tests, framework-neutral test advice, broad Kotlin style work without Cucumber, or Spring test architecture that is not specifically about Cucumber glue and scenarios.