You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: