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
When `cucumber.glue` is not configured Cucumber scans the entire
classpath for glue. This "just works". However, when scanning encounters
a class with missing dependencies Cucumber log complain quite loudly
about this.
The assumption was that this scenario would be quite rare, and it was
until IDEA (intentionally and on request) stopped setting
`cucumber.glue`. Now it is no longer a rare occurance.
0 commit comments