-
Notifications
You must be signed in to change notification settings - Fork 149
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
Comments
Might be connected with issue #368 |
This is a duplicate of #368 Just wondering: Why do you use Cucumber 5 development, what are the new features/bugfixes that requires 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. |
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. |
Duplicate of #368 |
@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. |
Ok. I see. I am not aware of all the capabilities of cucumber-eclipse. We
are not running any tests through the plugin, but rather use it to support
us in the IDE. We like the syntax highlighting and the capability to find
the source code for a test step. This is about it. And for that different
DI configurations at test runtime (see: object factory) should not be
relevant.
Greetings,
Ralph
Am Fr., 2. Aug. 2019 um 09:01 Uhr schrieb Christoph Läubrich <
[email protected]>:
… @ralphkar <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#372?email_source=notifications&email_token=AFZAMAMPF7ZRSVYIF2VKFQLQCPLTXA5CNFSM4IIOVAX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3M2STI#issuecomment-517581133>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFZAMAKXKHDFN74EX6VP6ELQCPLTXANCNFSM4IIOVAXQ>
.
|
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. |
True, this could be an issue.
But not in our setup. We do not vary the DI configuration that provides the
Cucumber stuff, but only the one that varies our application.
We run it through different JUnit tests. Each of the test uses
@CucumberOptions to specify a different object factory.
Am Fr., 2. Aug. 2019 um 09:37 Uhr schrieb Christoph Läubrich <
[email protected]>:
… 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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#372?email_source=notifications&email_token=AFZAMAPE2OCXJTQUFOVBSQTQCPP5PA5CNFSM4IIOVAX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3M5QVQ#issuecomment-517593174>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFZAMAP6OXWREX2HLGBJGSLQCPP5PANCNFSM4IIOVAXQ>
.
|
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)
The text was updated successfully, but these errors were encountered: