-
Notifications
You must be signed in to change notification settings - Fork 71
cucumber with javascript #18
Comments
Yes, in cucumber 2.0.0 some breaking changes were introduced to the cucumber cli which could be found in their changelog.md. Now this is breaking protractor-cucumber-framework, an issue has already been logged issue 64. |
A quick update on this- There is a PR for this here - 66, its still in review. soon cucumber 2.0 support should be available! |
I would like to point out how disappointed I am that jasmine is just now getting cucumber 2 support. It's been out with an official release since March 2015 for Ruby. Almost 2 years later and still no Cucucmber 2 support. |
The protractor cucumber framework project appears to be open source. You could help by contributing. Disappointment does not make a project go faster. |
@westlakem Cucumber project doesn't follow same release cycles for various language implementations, it was originally developed with ruby so it has more support for it than javascript. We are currently evaluating all scenarios to support cucumber 2.0 with protractor as lot of breaking changes were introduced. As pointed out by @cnishina since this is an open source project, it would take some time. You could also help us to bring this up faster 👍 |
An update here- Since the author of the protractor-cucumber-framework is not responding on the PR's, A fork with cucumber 2 support has been created and could downloaded be from here, it is backward compatible and supports older & newer cucumber versions. Meanwhile I will be sending the examples on how to use protractor with cucumber2.0. So this cookbook is up to date. |
@igniteram I defer to your expertise if you want to provide an example. Also there's a SO question with Protractor + cucumber 2.0.0-rc2. Do you know anything about cucumber 2.0.0?
The text was updated successfully, but these errors were encountered: