-
Notifications
You must be signed in to change notification settings - Fork 140
Cucumber libraries are over three years out-of-date #507
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
Hi, Could you please prioritize this request? Thanks |
I don't think we're going to support upgrading cucumber libraries as it will cause breaking changes in users test scripts. Also, the current libraries are working fine. Thanks for raising the concern. |
@Uyendo0823 that seems like a weak reason not to upgrade libraries that are almost 4 years old in your application. As mentioned in my original ticket there are features in the cucumber project that our team would want to use, but cannot because of how out of date the libraries are. |
I'm seconding (or thirding, really) this request. In our case, we wanted to use multiple Given (for example) annotations for one step. This was not possible in older versions of Cucumber but was added in Cucumber version 5 which was released 3 years ago. We still can't use this in Katalon. When BDD support is explicitly named as one of the "versatile abilities" of Katalon Studio, I would expect this feature to be actively supported and updated regularly. |
We've just supported Cucumber 7.11.0 with an alpha build only. You can refer here 8.5.6.alpha It's our pleasure to receive some feedback from your side while using 8.5.6.alpha. |
Thanks @huyennguyen-katalon , I will download 8.5.6.alpha now and look to get it installed on one of our machines soon. If we have any feedback I will reply here. |
That would be kind of you @brandonhinds thank you. |
Uh oh!
There was an error while loading. Please reload this page.
Operating System:
Windows 10
Katalon Studio Version:
8.1.0
Issue:
The cucumber libraries used by Katalon Studio are several years out of date. I don't think I need to explain why using such out-of-date versions is not a good thing, but see my superscript below for the issue I ran into that started me down this path in the first place.
The table below contains a list of the Cucumber libraries used in the latest release of Katalon Studio (found using the method described here), the release date of that library, and the current latest stable version. I have also included links to the changelogs (where I could find them) and the maven repos for each.
It would be greatly appreciated if the Katalon Studio team could look to update the cucumber libraries to the latest versions.
1 This library is the reason I found this in the first place, as I was attempting to use a negative lookahead which is causing a java.util.NoSuchElementException error. This was fixed in expressions 8.0.0, which was released in August 2019.
The text was updated successfully, but these errors were encountered: