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

Kappa-Maki doesn't support cucumber dry-run #2

Open
Carlbc18 opened this issue Dec 2, 2015 · 1 comment
Open

Kappa-Maki doesn't support cucumber dry-run #2

Carlbc18 opened this issue Dec 2, 2015 · 1 comment

Comments

@Carlbc18
Copy link

Carlbc18 commented Dec 2, 2015

I am unable to run cucumber -d features/*

The below error is thrown:

uninitialized constant Cucumber::Features (NameError)
/Users/john.doe/coolkid/features/step_definitions/cool_kid_steps.rb:1:in `<top (required)>'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/rb_support/rb_language.rb:94:in `load'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/rb_support/rb_language.rb:94:in `load_code_file'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/runtime/support_code.rb:237:in `load_file'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/runtime/support_code.rb:97:in `block in load_files!'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/runtime/support_code.rb:96:in `each'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/runtime/support_code.rb:96:in `load_files!'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/runtime.rb:242:in `load_step_definitions'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/runtime.rb:65:in `run!'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/lib/cucumber/cli/main.rb:38:in `execute!'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/gems/cucumber-2.0.0/bin/cucumber:9:in `<top (required)>'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/bin/cucumber:23:in `load'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/bin/cucumber:23:in `<main>'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/bin/ruby_executable_hooks:15:in `eval'
/Users/john.doe/.rvm/gems/ruby-2.0.0-p451/bin/ruby_executable_hooks:15:in `<main>'
@allantokuda
Copy link
Owner

Now in 0.0.5, dry-run mode executes without error, but still does not actually prevent the local steps from being executed. It at least allows global steps to be dry-run. I will look into what it will take to make the feature work fully.

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

2 participants