Skip to content
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

cucumber-eclipse plugin does not support Cucumber 5 #372

Closed
ralphkar opened this issue Aug 1, 2019 · 8 comments
Closed

cucumber-eclipse plugin does not support Cucumber 5 #372

ralphkar opened this issue Aug 1, 2019 · 8 comments

Comments

@ralphkar
Copy link

ralphkar commented Aug 1, 2019

I am currently using the current develop version of Cucumber 5, but the cucumber-eclipse plugin does no longer seem to be able to match the steps with the Java code.
To be honest... this is not only since Cucumber 5 but is also a problem with the latest versions of Cucumber 4 (e.g. 4.7.1)

@trzimar
Copy link

trzimar commented Aug 1, 2019

Might be connected with issue #368

@laeubi
Copy link
Contributor

laeubi commented Aug 2, 2019

This is a duplicate of #368

Just wondering: Why do you use Cucumber 5 development, what are the new features/bugfixes that requires this?
We are currently working on a way to handle over the parsing to cucumber runtime itself, but this will take some time, because most of the people here are working in their free time for this.

If your company is specially interested in cucumber-5 support for the eclipse part, feel free to contact me directly and I might can offer them paid support to speed up development, all my current customers are only using cucumber-4 atm.

@ralphkar
Copy link
Author

ralphkar commented Aug 2, 2019

Ok, it's a duplicate...

Just as info: Yes, we are currently using Cucumber 5 development, because it allows us to run different tests with different DI configurations. Our app has some plugin functionality and this way we can configure differently for plugins.
AFAIK Cucumber 5 might be released in september. I have absolutely no experience in developing Eclipse plugins so I guess I'll just have to wait for the cucumber-eclipse to catch up.

@ralphkar
Copy link
Author

ralphkar commented Aug 2, 2019

Duplicate of #368

@ralphkar ralphkar marked this as a duplicate of #368 Aug 2, 2019
@ralphkar ralphkar closed this as completed Aug 2, 2019
@laeubi
Copy link
Contributor

laeubi commented Aug 2, 2019

@ralphkar 'different tests with different DI configurations' this is another feature that is not implemented yet and probably would require even more work since currently cucumber eclipse plugin works on a project level.

@ralphkar
Copy link
Author

ralphkar commented Aug 2, 2019 via email

@laeubi
Copy link
Contributor

laeubi commented Aug 2, 2019

This depends, if you use TypeFactories, these are found through the ObjectFactory and currently the latest snapshot version of the plugin only support one per classpath as cucumber cli.

@ralphkar
Copy link
Author

ralphkar commented Aug 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants