Currently IntelliJ IDEA supports Cucumber for Java, Groovy and Scala. Is there any plan to add a similar plugin for Kotlin?
I tried to write step definitions for cucumber in Kotlin. It works! But some nice features are missing:
- cannot generate Kotlin code from Gherkin feature file. I must generate java code and convert it to Kotlin.
- I cannot navigate/jump from Gherkin feature file to its step definitions.
- All feature files are marked with a warning message: “Undefined step reference”