grails-cucumber icon indicating copy to clipboard operation
grails-cucumber copied to clipboard

what version of cucumber is implemented in this plugin?

Open ppazos opened this issue 6 years ago • 2 comments

current cucumber-jvm is 4.2.0

I would like to use this plugin, but with the latest version of cucumber to have most of the new features and fixes available.

I ask about updating just the library because I know there is a lot of work updating the whole plugin to Grails 3.x, that is also why I'm testing with Grails 2.5.6.

Also, if I can collaborate updating the jvm dependency, please let me know where can I start. Thanks.

ppazos avatar Dec 14 '18 05:12 ppazos

Hi, I do not recommend starting a new project with grails 2 just to use an (outdated & unmaintained) plugin.

If you still want to try, update the version in BuildConfig and run the tests and see what breaks. You may also want to update the Grails version.

There will be no version of this plugin for Grails 3.x. I tried but didn't find a way to integrate it the way I would like.

hauner avatar Dec 16 '18 15:12 hauner

@hauner I'm using 2.5.6 in production, no problem there. And what I need is just a test app to test a REST API, not starting a new app project in 2.5.6 :)

Let me check the BuildConfig and get back to you, thanks.

ppazos avatar Dec 16 '18 19:12 ppazos