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

Is parallel_cucumber compatible with Cucumber 3.0.0 yet? #16

Open
djangofan opened this issue Mar 1, 2017 · 2 comments
Open

Is parallel_cucumber compatible with Cucumber 3.0.0 yet? #16

djangofan opened this issue Mar 1, 2017 · 2 comments

Comments

@djangofan
Copy link

I get this error when I try to install (using Ruby 2.3 on Windows x64) the latest cucumber pre-release:

bundle update cucumber
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "cucumber":
  In Gemfile:
    cucumber (~> 3.0.0.pre.1) x64-mingw32

    cucumber (~> 3.0.0.pre.1)

    parallel_cucumber was resolved to 0.1.22, which depends on
      cucumber (~> 2) x64-mingw32

    parallel_cucumber was resolved to 0.1.22, which depends on
      cucumber (~> 2)
@bayandin
Copy link
Contributor

bayandin commented Mar 2, 2017

Hey @djangofan,

We haven't tested parallel_cucumber with cucumber 3 yet and can't be sure that it will work (but probably it will).
You can check it yourself by checking out the same version of code which you use: https://github.com/badoo/parallel_cucumber/tree/v0.1.22 and remove restriction for cucumber version here https://github.com/badoo/parallel_cucumber/blob/v0.1.22/parallel_cucumber.gemspec#L16

@anthony-chu
Copy link

It looks like parallel_cucumber isn't compatible with cucumber 3 yet. Tried to install, and this was what happened:

$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Bundler could not find compatible versions for gem "cucumber":
  In snapshot (Gemfile.lock):
    cucumber (= 3.1.0)

  In Gemfile:
    cucumber (~> 3.1)

    parallel_cucumber was resolved to 0.2.16, which depends on
      cucumber (~> 2)

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

No branches or pull requests

3 participants