-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
rake cucumber does not work as "0 scenarios" #1083
Comments
I think this issue is urgent, isn't it? |
It's a false positive. #1054 is dependent on cucumber/cucumber-ruby-core#116, but the cucumber-ruby-core change was merged 10 minutes after the cucumber-ruby change. Look at the Travis jobs after I've restarted them. |
@brasmusson |
@junaruga When I follow the link I see:
Yes, it is a false positive, until you find a job that both has |
This was my mistake. Maybe. I must see wrong Travis job. Yes it is the result that you mentioned above now for Ruby 2.4.0 too. |
My bad, I did the merges in the wrong order after testing it locally. This could confuse others too. Note that until we do a release of core, you'll need an up-to-date copy of that project locally to avoid seeing this result when working on the main cucumber gem. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Seeing https://travis-ci.org/cucumber/cucumber-ruby/builds
After this commit 5f811ce , all the cucumber tests are skipped as "0 scenarios".
Expected Behavior
cucumber tests work.
Current Behavior
My local environment
Travis
Also same issue in Travis.
Look this. All the Ruby versions's builds have "0 scenarios".
https://travis-ci.org/cucumber/cucumber-ruby/builds/201999195
Possible Solution
I have no idea right now.
Steps to Reproduce (for bugs)
Context & Motivation
Your Environment
The text was updated successfully, but these errors were encountered: