UndefinedStepException when run test using Cucumber JVM UndefinedStepException when run test using Cucumber JVM selenium selenium

UndefinedStepException when run test using Cucumber JVM


Typically src.test.java is not part of the package name. Try using:

glue = "com.mobile.automation.framework.stepDefinition",

And because Cucumber will search the runners package for glue by default can also remove the glue entirely.