maximehamm / tzatziki

Cucumber y Tzatziki
26 stars 7 forks source link

Kotlin step definitions not detected #54

Closed Luxor closed 6 months ago

Luxor commented 11 months ago

E.g

init {
        Then("A step '{word}'") { number: String ->
            val currentCallList = getCurrentCallList()
maximehamm commented 6 months ago

Hello Step are detected by "Gherkin" plugin which is a JetBrains plugin... may be you can look forward Jetbrain. PS : I see that you try to put step definition inside constructor ? Is that relevant ? Maxime