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

Cannot read property 'getArgs' of undefined #11

Closed
tomatobrown opened this issue Feb 1, 2017 · 4 comments
Closed

Cannot read property 'getArgs' of undefined #11

tomatobrown opened this issue Feb 1, 2017 · 4 comments

Comments

@tomatobrown
Copy link

tomatobrown commented Feb 1, 2017

When using cucumber ^2.0.0-rc.6

Exception Thrown

TypeError: Cannot read property 'getArgs' of undefined
at getConfiguration (/Users/tmader-brown/gitlab/implementations-cucumber/cucumberjs/node_modules/cucumber-parallel/lib/cucumber/cucumber_js.js:71:58)
at Object.runCucumber (/Users/tmader-brown/gitlab/implementations-cucumber/cucumberjs/node_modules/cucumber-parallel/lib/cucumber/cucumber_js.js:86:29)
at Object. (/Users/tmader-brown/gitlab/implementations-cucumber/cucumberjs/node_modules/cucumber-parallel/lib/parallelizer/runner.js:4:26)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:418:7)
at startup (bootstrap_node.js:139:9)
at bootstrap_node.js:533:3
/Users/tmader-brown/gitlab/implementations-cucumber/cucumberjs/node_modules/cucumber-parallel/lib/cucumber/cucumber_js.js:71
var profileArgs = Cucumber.Cli.ProfilesLoader.getArgs(program.profile);

@funkyvisions
Copy link

Any plans to fix this and work with Cucumber.js 2.x?

@gkushang
Copy link
Owner

gkushang commented Jun 8, 2017

Definitely. I have tagged the issue as an enhancement and help wanted.

Thanks for reporting!

@gkushang
Copy link
Owner

#15 would resolve this issue. It will add a support for Cucumber 2

@gkushang
Copy link
Owner

@tomatobrown @funkyvisions

resolved & published V2 - https://www.npmjs.com/package/cucumber-parallel . Please try and let me know if you face any issues.

Thanks!

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

3 participants