-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Developer onboarding #235
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
Comments
Since you created a ticket, I suppose you want this to be "fixed" by improving the README. Fair enough :-) FYI: discussions usually happen on the mailing list: https://groups.google.com/forum/?fromgroups#!forum/cukes |
Thx Aslak, i'll repost my question in the mailing list, and keep this ticket to improve the README for the next newcomer dev.. |
1) FeaturesThe core module is "abstract" - it doesn't have a backend. The java module is "abstract" too (it doesn't have a DI container for instantiating stepdefs), so I tested this in the picocontainer module. 2) CommunicationThe google group: https://groups.google.com/forum/?fromgroups#!forum/cukes 3) XStreamTo prevent version clashes, XStream is a "provoded" dependency in core (see #179). The maven build uses jarjar to package it inside the core module under a new package name. This means that if you are building/running cucumber-jvm in an IDE using the maven pom to set up the project - other modules won't see XStream classes. Most modules add it back (in optional dependencies) in their poms - see the junit pom for example. If it's missing in a module, just add it in the same way. 4) HTML reportSee how it's done in the |
@plaindocs - Let's include this info in the docs, if still up to date/relevant? So we could close this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi guys,
I'm quite new to Cucumber but I really love it already.
I want to get involved and help get the first version out (I already coded a feature to add support for enums), but I have a few (unrelated) questions :
Sorry for all these questions, but i'm having a hard time to grasp everything. I volunteer to put up a developer_getting_started .md if necessary to lay the foundations :)
Gilles
The text was updated successfully, but these errors were encountered: