Skip to content
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

Not compatible with Cucumber 2.x #8

Open
lauravachon opened this issue Aug 17, 2015 · 8 comments
Open

Not compatible with Cucumber 2.x #8

lauravachon opened this issue Aug 17, 2015 · 8 comments

Comments

@lauravachon
Copy link

lauravachon commented Aug 17, 2015

$ bundle install
Fetching gem metadata from http://rubygems.org/............
Fetching additional metadata from http://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "cucumber":
  In Gemfile:
    ci_reporter_cucumber (>= 0) ruby depends on
      cucumber (~> 1.3.3) ruby

    cucumber (2.0.0)
@shepmaster
Copy link
Member

Any idea what changes Cucumber has made between version 1.x and 2.x?

@callahat
Copy link

Some of the formatter callbacks changed. 'file_colon_line' is also gone from the 'scenario' object. But cucumber already has junit formatter. The resulting files are similar (the cucumber junit formatter has a few more testcase attributes such as 'classname' for the Feature name.

@ghost
Copy link

ghost commented Aug 15, 2016

I have the same error..

Gem::ConflictError: Unable to activate ci_reporter_cucumber-1.0.2, because cucumber-2.4.0 conflicts with cucumber (~> 1.3.3)

This issue has been open since March.. does anyone support this repository?

@shepmaster
Copy link
Member

does anyone support this repository

Like a lot of OSS projects, CI::Reporter lives on pull requests from the community. I personally don't use Cucumber at my current job, so this specific repository would love to have contributions from someone who does.

@ghost
Copy link

ghost commented Aug 15, 2016

Can you either of you offer a summary on how to install and ensure it works as a temporary work-around? or point us towards an alternative that does the same job?

@shepmaster
Copy link
Member

shepmaster commented Aug 15, 2016

a summary on how to install

Since the gem is currently only compatible with with Cucumber 1.x, ensure that Cucumber 1.x is installed. You can do this the normal way you would for any other gem.

point us towards an alternative

If you must use Cucumber 2.x, your search engine of choice will be able to answer that question better, most likely.

@shepmaster
Copy link
Member

And to be clear: We'd be really happy to review and merge any PRs that add support for Cucumber 2.x.

If your company uses (or would like to use), I'm also available for contract work. Otherwise I'll get to it when I have time and motivation 😈

@shepmaster shepmaster changed the title not compatible with cucumber 2.0.0 Not compatible with Cucumber 2.x Aug 15, 2016
@vicmunoz
Copy link

Submitted #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants