grunt-cucumber-js
grunt-cucumber-js copied to clipboard
'Support' directory not.... supported
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
any workarounds?
if i put the parent dir (containing both steps and support) into gruntfile config it seems to work