-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Generate Kotlin step defs #1520
Comments
This is probably best done by implementing a backend for Kotlin. This will be easier to do after I've merged |
Hi @mpkorstanje , I might be able to help on this. What exactly do you mean with 'implementing a backend for Kotlin' ? |
Cucumber can be used with several JVM languages. Each language has a module responsible for discovering step definitions and creating the test context (the world). This module is called a backend. On the For the current |
Thanks for that! That looks pretty straightforward. Our project uses Cucumber and Kotlin a lot, so this would be a nice feature to have. Let me get back to you on this. |
@bodiam you mentioned you'd get back to me on this. Any news? |
Sorry, I switched jobs, and we're not as heavily invested in cucumber as what we used to, so didn't have the time to look into this, sorry!
… On 22 Sep 2019, at 22:52, M.P. Korstanje ***@***.***> wrote:
@bodiam you mentioned you'd get back to me on this. Any news?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Cheers. No problem. Any one else feel free to pick this up if you're interested. |
Continued in #1829 |
Summary
Would like to have the option to generate snippets in Kotlin instead of Java.
Expected Behavior
Generate snippets in Kotlin, instead of Java
Current Behavior
Generates snippets in Java (annotation style or lamdba) only
Possible Solution
Add Kotlin snippets
Steps to Reproduce (for bugs)
Context & Motivation
Being able to generate Kotlin snippets would simplify development.
It would also make it easier for people to get started with Cucumber in Kotlin.
(Finally, it would simplify the tutorial in the docs, but that's a sidenote ;))
Your Environment
N/A
The text was updated successfully, but these errors were encountered: