-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined steps when running gradle cucumber #68
Comments
Same here. Is not able to find my Java step definitions.
and the feature file in
When I run the task it finds the feature, but says all the steps are uninplemented. My config
|
As soon as I upgraded from gradle 2.8 to 4.3, the step definitions are not being recognized. tasks.cucumber { |
I know that this is an old thread, but I also had a problem running the
the |
I was having the same issue I had to put the full package path instead of just "hellocucumber" ' so at the end got |
Referenced from #27 #27 (comment) as it is closed.
When I added a task as below in build.gradlew file and ran with new task, the tests run
Why I am not able to use this plugin but able to run via new task added?
The text was updated successfully, but these errors were encountered: