webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

Clarify new require behaviour since v1.0.0 #73

Closed colinrotherham closed 7 years ago

colinrotherham commented 7 years ago

As mentioned in https://github.com/webdriverio/wdio-cucumber-framework/issues/71 this commit clarifies the new require config behaviour.

This commit in cucumber appears to have changed it: https://github.com/cucumber/cucumber-js/commit/2d7c2523ddd88153a45d86f0e0f2a50c16814d1f

According to the commit above, automatic loading of *.js files below ./features will still happen if the require config isn't set.