-
-
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
new module: cucumber-needle #496
Comments
I already started on this, feel free to contact. |
@jangalinski it would be great if you did this in a fork of cucumber-jvm, so that you can submit a pull request when you think it's ready. I'd be happy to have this as a module in the cucumber-jvm project for now. Later we might extract the various ObjectFactory implementations into different repositories. |
What I did so far:
Once the tests work, I will push to my fork and request a pull of this feature branch. Looks like I must add needle dep to parent-pom? So I will have one minor change in cucumber-jvm directly. |
That sounds good to me |
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. |
Needle (http://needle.spree.de) is a very powerful tool for JEE6 testing. From the testing point of view, it behaves just like guice/pico/weld/...
To use needle with cucumber, we will need an ObjectFactory (module) cucumber-needle, just like the above.
The text was updated successfully, but these errors were encountered: