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

world-parameters #44

Open
apichick opened this issue Sep 27, 2017 · 2 comments · May be fixed by #45
Open

world-parameters #44

apichick opened this issue Sep 27, 2017 · 2 comments · May be fixed by #45

Comments

@apichick
Copy link

Would it be possible to add support for world-parameters?

Thanks

@ermakovich ermakovich linked a pull request Oct 6, 2017 that will close this issue
@apichick
Copy link
Author

apichick commented May 3, 2018

Any chances of having this published to the public npm registry? Thanks a lot.

@npopov-d3
Copy link

npopov-d3 commented Jul 27, 2018

meanwhile this hack worked for me:
let runOptions = [];
runOptions.push('--world-parameters');
runOptions.push(JSON.stringify({
"test": "value"
}));

return gulp.src(globs, {
read: false
})
.pipe(cucumber({
'format': format,
'runOptions': runOptions
}))...

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

Successfully merging a pull request may close this issue.

2 participants