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

'Support' directory not.... supported #17

Open
jfstephe opened this issue Mar 11, 2014 · 2 comments
Open

'Support' directory not.... supported #17

jfstephe opened this issue Mar 11, 2014 · 2 comments

Comments

@jfstephe
Copy link

Hi,
cucumberjs has the support directories which can house the hooks etc. There is no way to parameterize this in the plugin at the moment. If I'm missing something please let me know, else I'm happy to create a pull request with this feature.

Something like adding:
if (! _.isEmpty(support)) {
execOptions.push('-r');
execOptions.push(support);
}

Thanks,
John

@dynnamitt
Copy link

any workarounds?

@dynnamitt
Copy link

if i put the parent dir (containing both steps and support) into gruntfile config it seems to work

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