jlagerweij / cucumber-kotlin

Jetbrains plugin for Cucumber step definitions written in Kotlin
https://plugins.jetbrains.com/plugin/10527-cucumber-for-kotlin
Other
20 stars 16 forks source link

Add support for linking steps with custom parameter types #11

Closed travispavek closed 3 years ago

travispavek commented 4 years ago

For a while now Cucumber-JVM as supported custom parameter types in the Cucumber expression. At the time these were a bit limited in functionality and defining them were a pain. In Cucumber-JVM v5.0 the limitations have gone away and you can now define these parameters using a simple annotation. For this reason I think they will become fairly popular and it would be great for cucumber-kotlin to support code navigation when using customer parameter types.

jlagerweij commented 3 years ago

This now works in the 2020.2.x versions