Move Cucumber-Android out of Cucumber-JVM
See original GitHub issueA few months ago we moved the JVM language modules out of cucumber-jvm into standalone git repositories/maven projects.
Last week we removed OSGi - see #1404.
I want to move cucumber-android
to a separate project too, for the same reasons:
- It’s hard to build, and most of the core team are not familiar with the toolchain
- It only accounts for 0.14% of all Cucumber usage (according to the metrics in the blog post above)
Are there any @cucumber/committers who are interested in taking over ownership of this? There isn’t a cucumber-android team yet, but I’m happy to set one up.
If nobody steps up this is likely to go the same way as OSGi I’m afraid.
@friederbluemle @SierraGolf @cgnuechtel @K76154 @mfellner you have contributed to cucumber-android in the past. Are you interested in taking this over?
/cc @mattwynne
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:12 (11 by maintainers)
Top Results From Across the Web
Cucumber-JVM
Watch the Cucumber School video lesson on installing Cucumber for JVM languages here. Cucumber-JVM is published in the central Maven repository.
Read more >Be Da Developer, Cucumber on Android | by Emma Suzuki
That's all for setting up your Android Studio for Cucumber Tests. Let's move on to our main focus. Start Writing Tests. Cucumber tests...
Read more >cucumber-android unable to find step definitions in project ...
I was able to figure out the problem through trial and error. First tried moving my step definitions from src/main to src/test but...
Read more >Android BDD with Cucumber and Espresso — the full guide
If you are planning to use Java language in your project, in Android Studio you need to install Cucumber for Java plugin.
Read more >Getting Started with Cucumber - RayWenderlich.com
Learn to use Cucumber, Gherkin, Hamcrest and Rest Assured to integrate ... In IntelliJ create a new Cucumber Java configuration with the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @aslakhellesoy, I’m also volunteering for
cucumber-android
maintenance. Thanks 🙇cucumber-android
is quite simple and does not require much maintenance due tocucumber-core
orcucumber-java
changes. I could take ownership of this project but I’m not sure about exact responsibility - what kind of work should be done by me now and in the future?