john-doherty / selenium-cucumber-js

Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
ISC License
120 stars 89 forks source link

Cucumber 2.x #11

Closed bricas closed 7 years ago

bricas commented 7 years ago

Jus a question and not a bug per se, but, are there any plans to support Cucumber.js 2.x?

john-doherty commented 7 years ago

No plans at the moment. What value does it add?

bricas commented 7 years ago

At a high level, essentially nothing, but 2.x is the actively developed branch.

There are a number of major coding changes, though (see changelog), which means it also not really a trivial change either.

I just worry about things going stale and unsupported.

john-doherty commented 7 years ago

Yes, that's a good point. I've not had chance to look over v2. I wonder if it's possible to support both versions, allowing users the choice of syntax and removing the need to force them to upgrade.

bricas commented 7 years ago

Again, I don't have any good answers here, but, what about the latest Cucumber.js 1.x version in the interim? Shouldn't be a huge jump from 1.2.2 to 1.3.3, I wouldn't think?