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
I inadvertently used a package name in my GluePath when running Main from maven. Doing so has the appearance of Cucumber not being able to find your step definitions. When I switched to package path name, Cucumber was able to find my stepdefs. We should put some checking in Main to detect that something like "ca.coolrunnings" instead of "ca/coolrunnings" was provided in a gluePath and warn the user that this is incorrect.
The text was updated successfully, but these errors were encountered:
I inadvertently used a package name in my GluePath when running Main from maven. Doing so has the appearance of Cucumber not being able to find your step definitions. When I switched to package path name, Cucumber was able to find my stepdefs. We should put some checking in Main to detect that something like "ca.coolrunnings" instead of "ca/coolrunnings" was provided in a gluePath and warn the user that this is incorrect.
The text was updated successfully, but these errors were encountered: